update model card README.md
Browse files
README.md
CHANGED
@@ -18,9 +18,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) on the None dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss: 1.
|
22 |
-
- Accuracy: 0.
|
23 |
-
- F1: 0.
|
24 |
|
25 |
## Model description
|
26 |
|
@@ -51,16 +51,16 @@ The following hyperparameters were used during training:
|
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
53 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
54 |
-
| 0.
|
55 |
-
| 0.
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
-
| 0.
|
64 |
|
65 |
|
66 |
### Framework versions
|
|
|
18 |
|
19 |
This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) on the None dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 1.4189
|
22 |
+
- Accuracy: 0.7927
|
23 |
+
- F1: 0.7929
|
24 |
|
25 |
## Model description
|
26 |
|
|
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
53 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
54 |
+
| 0.7062 | 1.0 | 321 | 0.5226 | 0.7776 | 0.7436 |
|
55 |
+
| 0.4963 | 2.0 | 642 | 0.5556 | 0.7912 | 0.7715 |
|
56 |
+
| 0.3891 | 3.0 | 963 | 0.5701 | 0.8048 | 0.7962 |
|
57 |
+
| 0.2992 | 4.0 | 1284 | 0.7039 | 0.8003 | 0.7997 |
|
58 |
+
| 0.244 | 5.0 | 1605 | 0.8238 | 0.7882 | 0.7791 |
|
59 |
+
| 0.2053 | 6.0 | 1926 | 0.9775 | 0.8003 | 0.8013 |
|
60 |
+
| 0.1647 | 7.0 | 2247 | 1.1414 | 0.7897 | 0.7831 |
|
61 |
+
| 0.138 | 8.0 | 2568 | 1.2907 | 0.7927 | 0.7950 |
|
62 |
+
| 0.1038 | 9.0 | 2889 | 1.3962 | 0.7943 | 0.7896 |
|
63 |
+
| 0.0999 | 10.0 | 3210 | 1.4189 | 0.7927 | 0.7929 |
|
64 |
|
65 |
|
66 |
### Framework versions
|