update model card README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,5 @@
|
|
1 |
---
|
2 |
license: mit
|
3 |
-
base_model: xlm-roberta-base
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
datasets:
|
@@ -16,13 +15,11 @@ model-index:
|
|
16 |
dataset:
|
17 |
name: xtreme
|
18 |
type: xtreme
|
19 |
-
config: PAN-X.it
|
20 |
-
split: validation
|
21 |
args: PAN-X.it
|
22 |
metrics:
|
23 |
- name: F1
|
24 |
type: f1
|
25 |
-
value: 0.
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -32,8 +29,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
32 |
|
33 |
This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) on the xtreme dataset.
|
34 |
It achieves the following results on the evaluation set:
|
35 |
-
- Loss: 0.
|
36 |
-
- F1: 0.
|
37 |
|
38 |
## Model description
|
39 |
|
@@ -64,14 +61,14 @@ The following hyperparameters were used during training:
|
|
64 |
|
65 |
| Training Loss | Epoch | Step | Validation Loss | F1 |
|
66 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
67 |
-
| 0.
|
68 |
-
| 0.
|
69 |
-
| 0.
|
70 |
|
71 |
|
72 |
### Framework versions
|
73 |
|
74 |
-
- Transformers 4.
|
75 |
-
- Pytorch 2.
|
76 |
- Datasets 1.16.1
|
77 |
- Tokenizers 0.19.1
|
|
|
1 |
---
|
2 |
license: mit
|
|
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
datasets:
|
|
|
15 |
dataset:
|
16 |
name: xtreme
|
17 |
type: xtreme
|
|
|
|
|
18 |
args: PAN-X.it
|
19 |
metrics:
|
20 |
- name: F1
|
21 |
type: f1
|
22 |
+
value: 0.8285132382892056
|
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.2519
|
33 |
+
- F1: 0.8285
|
34 |
|
35 |
## Model description
|
36 |
|
|
|
61 |
|
62 |
| Training Loss | Epoch | Step | Validation Loss | F1 |
|
63 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
64 |
+
| 0.8143 | 1.0 | 70 | 0.3454 | 0.7123 |
|
65 |
+
| 0.2867 | 2.0 | 140 | 0.2742 | 0.7932 |
|
66 |
+
| 0.1909 | 3.0 | 210 | 0.2519 | 0.8285 |
|
67 |
|
68 |
|
69 |
### Framework versions
|
70 |
|
71 |
+
- Transformers 4.16.2
|
72 |
+
- Pytorch 2.4.0+cu124
|
73 |
- Datasets 1.16.1
|
74 |
- Tokenizers 0.19.1
|