update model card README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,4 @@
|
|
1 |
---
|
2 |
-
license: mit
|
3 |
-
base_model: xlm-roberta-base
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
datasets:
|
@@ -16,13 +14,11 @@ model-index:
|
|
16 |
dataset:
|
17 |
name: xtreme
|
18 |
type: xtreme
|
19 |
-
config: PAN-X.ar
|
20 |
-
split: validation
|
21 |
args: PAN-X.ar
|
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
|
@@ -30,10 +26,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
30 |
|
31 |
# xlm-roberta-base-finetuned-panx-ar
|
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 |
|
@@ -58,22 +54,20 @@ The following hyperparameters were used during training:
|
|
58 |
- seed: 42
|
59 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
60 |
- lr_scheduler_type: linear
|
61 |
-
- num_epochs:
|
62 |
|
63 |
### Training results
|
64 |
|
65 |
| Training Loss | Epoch | Step | Validation Loss | F1 |
|
66 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
67 |
-
| 0.
|
68 |
-
| 0.
|
69 |
-
| 0.
|
70 |
-
| 0.0964 | 4.0 | 3336 | 0.2028 | 0.8819 |
|
71 |
-
| 0.065 | 5.0 | 4170 | 0.2109 | 0.8938 |
|
72 |
|
73 |
|
74 |
### Framework versions
|
75 |
|
76 |
-
- Transformers 4.
|
77 |
-
- Pytorch 2.0
|
78 |
-
- Datasets
|
79 |
-
- Tokenizers 0.
|
|
|
1 |
---
|
|
|
|
|
2 |
tags:
|
3 |
- generated_from_trainer
|
4 |
datasets:
|
|
|
14 |
dataset:
|
15 |
name: xtreme
|
16 |
type: xtreme
|
|
|
|
|
17 |
args: PAN-X.ar
|
18 |
metrics:
|
19 |
- name: F1
|
20 |
type: f1
|
21 |
+
value: 0.8894684900606231
|
22 |
---
|
23 |
|
24 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
26 |
|
27 |
# xlm-roberta-base-finetuned-panx-ar
|
28 |
|
29 |
+
This model is a fine-tuned version of [tner/xlm-roberta-base-panx-dataset-ar](https://huggingface.co/tner/xlm-roberta-base-panx-dataset-ar) on the xtreme dataset.
|
30 |
It achieves the following results on the evaluation set:
|
31 |
+
- Loss: 0.2237
|
32 |
+
- F1: 0.8895
|
33 |
|
34 |
## Model description
|
35 |
|
|
|
54 |
- seed: 42
|
55 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
56 |
- lr_scheduler_type: linear
|
57 |
+
- num_epochs: 3
|
58 |
|
59 |
### Training results
|
60 |
|
61 |
| Training Loss | Epoch | Step | Validation Loss | F1 |
|
62 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
63 |
+
| 0.234 | 1.0 | 525 | 0.2382 | 0.8587 |
|
64 |
+
| 0.1244 | 2.0 | 1050 | 0.2153 | 0.8844 |
|
65 |
+
| 0.0738 | 3.0 | 1575 | 0.2237 | 0.8895 |
|
|
|
|
|
66 |
|
67 |
|
68 |
### Framework versions
|
69 |
|
70 |
+
- Transformers 4.16.2
|
71 |
+
- Pytorch 2.1.0+cu118
|
72 |
+
- Datasets 1.16.1
|
73 |
+
- Tokenizers 0.15.0
|