update model card README.md
Browse files
README.md
CHANGED
@@ -8,18 +8,7 @@ metrics:
|
|
8 |
- f1
|
9 |
model-index:
|
10 |
- name: xlm-roberta-base-finetuned-panx-fr
|
11 |
-
results:
|
12 |
-
- task:
|
13 |
-
name: Token Classification
|
14 |
-
type: token-classification
|
15 |
-
dataset:
|
16 |
-
name: xtreme
|
17 |
-
type: xtreme
|
18 |
-
args: PAN-X.fr
|
19 |
-
metrics:
|
20 |
-
- name: F1
|
21 |
-
type: f1
|
22 |
-
value: 0.835464333781965
|
23 |
---
|
24 |
|
25 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -29,8 +18,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 |
|
@@ -50,25 +39,24 @@ More information needed
|
|
50 |
|
51 |
The following hyperparameters were used during training:
|
52 |
- learning_rate: 5e-05
|
53 |
-
- train_batch_size:
|
54 |
-
- eval_batch_size:
|
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.1708 | 3.0 | 573 | 0.2867 | 0.8355 |
|
67 |
|
68 |
|
69 |
### Framework versions
|
70 |
|
71 |
- Transformers 4.11.3
|
72 |
-
- Pytorch 1.
|
73 |
- Datasets 1.16.1
|
74 |
- Tokenizers 0.10.3
|
|
|
8 |
- f1
|
9 |
model-index:
|
10 |
- name: xlm-roberta-base-finetuned-panx-fr
|
11 |
+
results: []
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
---
|
13 |
|
14 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
18 |
|
19 |
This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) on the xtreme dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.1418
|
22 |
+
- F1: 0.9061
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
39 |
|
40 |
The following hyperparameters were used during training:
|
41 |
- learning_rate: 5e-05
|
42 |
+
- train_batch_size: 10
|
43 |
+
- eval_batch_size: 10
|
44 |
- seed: 42
|
45 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
46 |
- lr_scheduler_type: linear
|
47 |
+
- num_epochs: 2
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss | F1 |
|
52 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
53 |
+
| 0.5245 | 1.0 | 458 | 0.2461 | 0.8388 |
|
54 |
+
| 0.239 | 2.0 | 916 | 0.1418 | 0.9061 |
|
|
|
55 |
|
56 |
|
57 |
### Framework versions
|
58 |
|
59 |
- Transformers 4.11.3
|
60 |
+
- Pytorch 1.12.0+cu113
|
61 |
- Datasets 1.16.1
|
62 |
- Tokenizers 0.10.3
|