update model card README.md
Browse files
README.md
CHANGED
@@ -19,7 +19,7 @@ model-index:
|
|
19 |
metrics:
|
20 |
- name: F1
|
21 |
type: f1
|
22 |
-
value: 0.
|
23 |
---
|
24 |
|
25 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -29,8 +29,8 @@ 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 xtreme dataset.
|
31 |
It achieves the following results on the evaluation set:
|
32 |
-
- Loss: 0.
|
33 |
-
- F1: 0.
|
34 |
|
35 |
## Model description
|
36 |
|
@@ -61,21 +61,21 @@ The following hyperparameters were used during training:
|
|
61 |
|
62 |
| Training Loss | Epoch | Step | Validation Loss | F1 |
|
63 |
|:-------------:|:-----:|:-----:|:---------------:|:------:|
|
64 |
-
| 0.
|
65 |
-
| 0.
|
66 |
-
| 0.
|
67 |
-
| 0.
|
68 |
-
| 0.
|
69 |
-
| 0.
|
70 |
-
| 0.
|
71 |
-
| 0.
|
72 |
-
| 0.
|
73 |
-
| 0.
|
74 |
|
75 |
|
76 |
### Framework versions
|
77 |
|
78 |
- Transformers 4.15.0
|
79 |
-
- Pytorch 1.
|
80 |
- Datasets 1.18.3
|
81 |
- Tokenizers 0.10.3
|
|
|
19 |
metrics:
|
20 |
- name: F1
|
21 |
type: f1
|
22 |
+
value: 0.8377982238973259
|
23 |
---
|
24 |
|
25 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
29 |
|
30 |
This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) on the xtreme dataset.
|
31 |
It achieves the following results on the evaluation set:
|
32 |
+
- Loss: 0.5679
|
33 |
+
- F1: 0.8378
|
34 |
|
35 |
## Model description
|
36 |
|
|
|
61 |
|
62 |
| Training Loss | Epoch | Step | Validation Loss | F1 |
|
63 |
|:-------------:|:-----:|:-----:|:---------------:|:------:|
|
64 |
+
| 0.4202 | 1.0 | 2500 | 0.3449 | 0.7963 |
|
65 |
+
| 0.2887 | 2.0 | 5000 | 0.2756 | 0.8057 |
|
66 |
+
| 0.2309 | 3.0 | 7500 | 0.2971 | 0.8040 |
|
67 |
+
| 0.1832 | 4.0 | 10000 | 0.3319 | 0.8167 |
|
68 |
+
| 0.1461 | 5.0 | 12500 | 0.3958 | 0.8350 |
|
69 |
+
| 0.114 | 6.0 | 15000 | 0.4087 | 0.8316 |
|
70 |
+
| 0.0833 | 7.0 | 17500 | 0.4320 | 0.8361 |
|
71 |
+
| 0.0614 | 8.0 | 20000 | 0.4885 | 0.8353 |
|
72 |
+
| 0.039 | 9.0 | 22500 | 0.5408 | 0.8390 |
|
73 |
+
| 0.0251 | 10.0 | 25000 | 0.5679 | 0.8378 |
|
74 |
|
75 |
|
76 |
### Framework versions
|
77 |
|
78 |
- Transformers 4.15.0
|
79 |
+
- Pytorch 1.9.1
|
80 |
- Datasets 1.18.3
|
81 |
- Tokenizers 0.10.3
|