Igniter909
commited on
Training completed!
Browse files
README.md
CHANGED
@@ -19,7 +19,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
19 |
This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) on an unknown dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
- Loss: 0.3905
|
22 |
-
- F1:
|
23 |
|
24 |
## Model description
|
25 |
|
@@ -48,11 +48,11 @@ The following hyperparameters were used during training:
|
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
-
| Training Loss | Epoch | Step | Validation Loss | F1
|
52 |
-
|
53 |
-
|
|
54 |
-
|
|
55 |
-
|
|
56 |
|
57 |
|
58 |
### Framework versions
|
|
|
19 |
This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) on an unknown dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
- Loss: 0.3905
|
22 |
+
- F1: 0.6861
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
+
| Training Loss | Epoch | Step | Validation Loss | F1 |
|
52 |
+
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
53 |
+
| 1.0479 | 1.0 | 50 | 0.4854 | 0.5857 |
|
54 |
+
| 0.4604 | 2.0 | 100 | 0.3995 | 0.6605 |
|
55 |
+
| 0.3797 | 3.0 | 150 | 0.3905 | 0.6861 |
|
56 |
|
57 |
|
58 |
### Framework versions
|