yjoon commited on
Commit
17a74a8
1 Parent(s): 3e6db4f

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -7
README.md CHANGED
@@ -2,11 +2,26 @@
2
  license: mit
3
  tags:
4
  - generated_from_trainer
 
 
5
  metrics:
6
  - f1
7
  model-index:
8
  - name: xlm-roberta-base-finetuned-panx-de-fr
9
- results: []
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  ---
11
 
12
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -14,10 +29,10 @@ should probably proofread and complete it, then remove this comment. -->
14
 
15
  # xlm-roberta-base-finetuned-panx-de-fr
16
 
17
- This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) on the None dataset.
18
  It achieves the following results on the evaluation set:
19
- - Loss: 0.1657
20
- - F1: 0.8399
21
 
22
  ## Model description
23
 
@@ -48,9 +63,9 @@ The following hyperparameters were used during training:
48
 
49
  | Training Loss | Epoch | Step | Validation Loss | F1 |
50
  |:-------------:|:-----:|:----:|:---------------:|:------:|
51
- | No log | 1.0 | 90 | 0.2030 | 0.8044 |
52
- | No log | 2.0 | 180 | 0.1746 | 0.8312 |
53
- | No log | 3.0 | 270 | 0.1657 | 0.8399 |
54
 
55
 
56
  ### Framework versions
 
2
  license: mit
3
  tags:
4
  - generated_from_trainer
5
+ datasets:
6
+ - xtreme
7
  metrics:
8
  - f1
9
  model-index:
10
  - name: xlm-roberta-base-finetuned-panx-de-fr
11
+ results:
12
+ - task:
13
+ name: Token Classification
14
+ type: token-classification
15
+ dataset:
16
+ name: xtreme
17
+ type: xtreme
18
+ config: PAN-X.fr
19
+ split: train
20
+ args: PAN-X.fr
21
+ metrics:
22
+ - name: F1
23
+ type: f1
24
+ value: 0.04497955474784189
25
  ---
26
 
27
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
29
 
30
  # xlm-roberta-base-finetuned-panx-de-fr
31
 
32
+ This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) on the xtreme dataset.
33
  It achieves the following results on the evaluation set:
34
+ - Loss: 1.4147
35
+ - F1: 0.0450
36
 
37
  ## Model description
38
 
 
63
 
64
  | Training Loss | Epoch | Step | Validation Loss | F1 |
65
  |:-------------:|:-----:|:----:|:---------------:|:------:|
66
+ | No log | 1.0 | 3 | 1.8612 | 0.1509 |
67
+ | No log | 2.0 | 6 | 1.4875 | 0.0266 |
68
+ | No log | 3.0 | 9 | 1.4147 | 0.0450 |
69
 
70
 
71
  ### Framework versions