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.6994
|
22 |
+
- Accuracy: 0.7852
|
23 |
+
- F1: 0.7857
|
24 |
|
25 |
## Model description
|
26 |
|
|
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
53 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
54 |
+
| 0.221 | 1.0 | 321 | 1.0439 | 0.7897 | 0.7970 |
|
55 |
+
| 0.1714 | 2.0 | 642 | 1.1443 | 0.7867 | 0.7795 |
|
56 |
+
| 0.1252 | 3.0 | 963 | 1.1800 | 0.8079 | 0.8089 |
|
57 |
+
| 0.1066 | 4.0 | 1284 | 1.3241 | 0.7973 | 0.7987 |
|
58 |
+
| 0.0817 | 5.0 | 1605 | 1.5002 | 0.7912 | 0.7937 |
|
59 |
+
| 0.0692 | 6.0 | 1926 | 1.4525 | 0.8033 | 0.8044 |
|
60 |
+
| 0.0529 | 7.0 | 2247 | 1.5662 | 0.7988 | 0.8000 |
|
61 |
+
| 0.0505 | 8.0 | 2568 | 1.6376 | 0.7958 | 0.7968 |
|
62 |
+
| 0.0341 | 9.0 | 2889 | 1.6486 | 0.7988 | 0.7989 |
|
63 |
+
| 0.0367 | 10.0 | 3210 | 1.6994 | 0.7852 | 0.7857 |
|
64 |
|
65 |
|
66 |
### Framework versions
|