update model card README.md
Browse files
README.md
CHANGED
@@ -29,7 +29,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
29 |
|
30 |
This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) on the wikiann dataset.
|
31 |
It achieves the following results on the evaluation set:
|
32 |
-
- Loss: 0.
|
33 |
- F1: 1.0
|
34 |
|
35 |
## Model description
|
@@ -55,15 +55,22 @@ The following hyperparameters were used during training:
|
|
55 |
- seed: 42
|
56 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
57 |
- lr_scheduler_type: linear
|
58 |
-
- num_epochs:
|
59 |
|
60 |
### Training results
|
61 |
|
62 |
| Training Loss | Epoch | Step | Validation Loss | F1 |
|
63 |
|:-------------:|:-----:|:----:|:---------------:|:---:|
|
64 |
-
| 0.
|
65 |
-
| 0.
|
66 |
-
| 0.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
67 |
|
68 |
|
69 |
### Framework versions
|
|
|
29 |
|
30 |
This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) on the wikiann dataset.
|
31 |
It achieves the following results on the evaluation set:
|
32 |
+
- Loss: 0.3097
|
33 |
- F1: 1.0
|
34 |
|
35 |
## Model description
|
|
|
55 |
- seed: 42
|
56 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
57 |
- lr_scheduler_type: linear
|
58 |
+
- num_epochs: 10
|
59 |
|
60 |
### Training results
|
61 |
|
62 |
| Training Loss | Epoch | Step | Validation Loss | F1 |
|
63 |
|:-------------:|:-----:|:----:|:---------------:|:---:|
|
64 |
+
| 0.5689 | 1.0 | 209 | 0.3179 | 1.0 |
|
65 |
+
| 0.2718 | 2.0 | 418 | 0.2733 | 1.0 |
|
66 |
+
| 0.19 | 3.0 | 627 | 0.2560 | 1.0 |
|
67 |
+
| 0.142 | 4.0 | 836 | 0.2736 | 1.0 |
|
68 |
+
| 0.0967 | 5.0 | 1045 | 0.2686 | 1.0 |
|
69 |
+
| 0.0668 | 6.0 | 1254 | 0.2966 | 1.0 |
|
70 |
+
| 0.052 | 7.0 | 1463 | 0.3194 | 1.0 |
|
71 |
+
| 0.0369 | 8.0 | 1672 | 0.3034 | 1.0 |
|
72 |
+
| 0.0236 | 9.0 | 1881 | 0.3174 | 1.0 |
|
73 |
+
| 0.0135 | 10.0 | 2090 | 0.3097 | 1.0 |
|
74 |
|
75 |
|
76 |
### Framework versions
|