kietnt0603
commited on
Commit
•
c829c55
1
Parent(s):
1128053
End of training
Browse files
README.md
CHANGED
@@ -17,11 +17,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
This model is a fine-tuned version of [FacebookAI/xlm-roberta-base](https://huggingface.co/FacebookAI/xlm-roberta-base) on an unknown dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 0.
|
21 |
-
- Accuracy: 0.
|
22 |
-
- F1 Macro: 0.
|
23 |
-
- Precision Macro: 0.
|
24 |
-
- Recall Macro: 0.
|
25 |
|
26 |
## Model description
|
27 |
|
@@ -52,11 +52,11 @@ The following hyperparameters were used during training:
|
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 Macro | Precision Macro | Recall Macro |
|
54 |
|:-------------:|:-----:|:-----:|:---------------:|:--------:|:--------:|:---------------:|:------------:|
|
55 |
-
| 0.
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.0 | 5.0 |
|
60 |
|
61 |
|
62 |
### Framework versions
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [FacebookAI/xlm-roberta-base](https://huggingface.co/FacebookAI/xlm-roberta-base) on an unknown dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.0019
|
21 |
+
- Accuracy: 0.9998
|
22 |
+
- F1 Macro: 0.9994
|
23 |
+
- Precision Macro: 0.9994
|
24 |
+
- Recall Macro: 0.9994
|
25 |
|
26 |
## Model description
|
27 |
|
|
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 Macro | Precision Macro | Recall Macro |
|
54 |
|:-------------:|:-----:|:-----:|:---------------:|:--------:|:--------:|:---------------:|:------------:|
|
55 |
+
| 0.0026 | 1.0 | 9188 | 0.0044 | 0.9995 | 0.9986 | 0.9993 | 0.9979 |
|
56 |
+
| 0.0041 | 2.0 | 18376 | 0.0094 | 0.9990 | 0.9970 | 0.9946 | 0.9994 |
|
57 |
+
| 0.0001 | 3.0 | 27564 | 0.0050 | 0.9993 | 0.9981 | 0.9970 | 0.9992 |
|
58 |
+
| 0.0056 | 4.0 | 36752 | 0.0037 | 0.9995 | 0.9986 | 0.9980 | 0.9993 |
|
59 |
+
| 0.0 | 5.0 | 45940 | 0.0019 | 0.9998 | 0.9994 | 0.9994 | 0.9994 |
|
60 |
|
61 |
|
62 |
### Framework versions
|