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.6016
|
| 22 |
+
- Accuracy: 0.8018
|
| 23 |
+
- F1: 0.7987
|
| 24 |
|
| 25 |
## Model description
|
| 26 |
|
|
|
|
| 51 |
|
| 52 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
| 53 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
| 54 |
+
| 0.1619 | 1.0 | 294 | 1.2621 | 0.7882 | 0.7966 |
|
| 55 |
+
| 0.1296 | 2.0 | 588 | 1.3555 | 0.7973 | 0.8000 |
|
| 56 |
+
| 0.1191 | 3.0 | 882 | 1.4282 | 0.7837 | 0.7902 |
|
| 57 |
+
| 0.0991 | 4.0 | 1176 | 1.3073 | 0.7958 | 0.7980 |
|
| 58 |
+
| 0.0478 | 5.0 | 1470 | 1.5468 | 0.7988 | 0.7996 |
|
| 59 |
+
| 0.0527 | 6.0 | 1764 | 1.4876 | 0.7988 | 0.8033 |
|
| 60 |
+
| 0.0528 | 7.0 | 2058 | 1.4934 | 0.8064 | 0.8012 |
|
| 61 |
+
| 0.0474 | 8.0 | 2352 | 1.5715 | 0.8079 | 0.8047 |
|
| 62 |
+
| 0.04 | 9.0 | 2646 | 1.5777 | 0.8033 | 0.7978 |
|
| 63 |
+
| 0.0266 | 10.0 | 2940 | 1.6016 | 0.8018 | 0.7987 |
|
| 64 |
|
| 65 |
|
| 66 |
### Framework versions
|