tiagoblima
commited on
Commit
•
48a29ce
1
Parent(s):
31ca7dc
End of training
Browse files- README.md +19 -7
- test_metrics.json +10 -0
README.md
CHANGED
@@ -5,6 +5,9 @@ tags:
|
|
5 |
- generated_from_trainer
|
6 |
metrics:
|
7 |
- accuracy
|
|
|
|
|
|
|
8 |
model-index:
|
9 |
- name: newsdata-bert
|
10 |
results: []
|
@@ -17,8 +20,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on an unknown dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 0.
|
21 |
-
- Accuracy: 0.
|
|
|
|
|
|
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -49,11 +55,17 @@ The following hyperparameters were used during training:
|
|
49 |
|
50 |
### Training results
|
51 |
|
52 |
-
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
53 |
-
|
54 |
-
|
|
55 |
-
| 0.
|
56 |
-
| 0.
|
|
|
|
|
|
|
|
|
|
|
|
|
57 |
|
58 |
|
59 |
### Framework versions
|
|
|
5 |
- generated_from_trainer
|
6 |
metrics:
|
7 |
- accuracy
|
8 |
+
- precision
|
9 |
+
- f1
|
10 |
+
- recall
|
11 |
model-index:
|
12 |
- name: newsdata-bert
|
13 |
results: []
|
|
|
20 |
|
21 |
This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on an unknown dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 0.4835
|
24 |
+
- Accuracy: 0.8617
|
25 |
+
- Precision: 0.8494
|
26 |
+
- F1: 0.8533
|
27 |
+
- Recall: 0.8617
|
28 |
|
29 |
## Model description
|
30 |
|
|
|
55 |
|
56 |
### Training results
|
57 |
|
58 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | F1 | Recall |
|
59 |
+
|:-------------:|:------:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
|
60 |
+
| 1.2095 | 0.1024 | 1000 | 1.0182 | 0.7335 | 0.6811 | 0.6915 | 0.7335 |
|
61 |
+
| 0.8995 | 0.2048 | 2000 | 0.8102 | 0.7798 | 0.7622 | 0.7586 | 0.7798 |
|
62 |
+
| 0.7554 | 0.3071 | 3000 | 0.6720 | 0.8165 | 0.7938 | 0.8023 | 0.8165 |
|
63 |
+
| 0.6805 | 0.4095 | 4000 | 0.6185 | 0.828 | 0.8107 | 0.8157 | 0.828 |
|
64 |
+
| 0.6192 | 0.5119 | 5000 | 0.5865 | 0.8322 | 0.8233 | 0.8226 | 0.8322 |
|
65 |
+
| 0.5963 | 0.6143 | 6000 | 0.5462 | 0.8475 | 0.8333 | 0.8356 | 0.8475 |
|
66 |
+
| 0.5466 | 0.7166 | 7000 | 0.5384 | 0.849 | 0.8386 | 0.8398 | 0.849 |
|
67 |
+
| 0.5447 | 0.8190 | 8000 | 0.4923 | 0.8582 | 0.8440 | 0.8491 | 0.8582 |
|
68 |
+
| 0.5288 | 0.9214 | 9000 | 0.4835 | 0.8617 | 0.8494 | 0.8533 | 0.8617 |
|
69 |
|
70 |
|
71 |
### Framework versions
|
test_metrics.json
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"test_loss": 0.49915796518325806,
|
3 |
+
"test_accuracy": 0.853,
|
4 |
+
"test_precision": 0.8384585974334487,
|
5 |
+
"test_f1": 0.8435501905258904,
|
6 |
+
"test_recall": 0.853,
|
7 |
+
"test_runtime": 61.1281,
|
8 |
+
"test_samples_per_second": 65.436,
|
9 |
+
"test_steps_per_second": 32.718
|
10 |
+
}
|