wilcomply commited on
Commit
051f0f9
1 Parent(s): ac4fdbb

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -11
README.md CHANGED
@@ -15,13 +15,11 @@ model-index:
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.8418912048805287
25
  ---
26
 
27
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -31,8 +29,8 @@ should probably proofread and complete it, then remove this comment. -->
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: 0.2724
35
- - F1: 0.8419
36
 
37
  ## Model description
38
 
@@ -63,14 +61,14 @@ The following hyperparameters were used during training:
63
 
64
  | Training Loss | Epoch | Step | Validation Loss | F1 |
65
  |:-------------:|:-----:|:----:|:---------------:|:------:|
66
- | 0.5471 | 1.0 | 191 | 0.3180 | 0.7741 |
67
- | 0.2629 | 2.0 | 382 | 0.2876 | 0.8262 |
68
- | 0.1804 | 3.0 | 573 | 0.2724 | 0.8419 |
69
 
70
 
71
  ### Framework versions
72
 
73
- - Transformers 4.24.0
74
  - Pytorch 1.12.1+cu113
75
- - Datasets 2.6.1
76
- - Tokenizers 0.13.2
 
15
  dataset:
16
  name: xtreme
17
  type: xtreme
 
 
18
  args: PAN-X.fr
19
  metrics:
20
  - name: F1
21
  type: f1
22
+ value: 0.8346456692913387
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.2763
33
+ - F1: 0.8346
34
 
35
  ## Model description
36
 
 
61
 
62
  | Training Loss | Epoch | Step | Validation Loss | F1 |
63
  |:-------------:|:-----:|:----:|:---------------:|:------:|
64
+ | 0.5779 | 1.0 | 191 | 0.3701 | 0.7701 |
65
+ | 0.2735 | 2.0 | 382 | 0.2908 | 0.8254 |
66
+ | 0.1769 | 3.0 | 573 | 0.2763 | 0.8346 |
67
 
68
 
69
  ### Framework versions
70
 
71
+ - Transformers 4.11.3
72
  - Pytorch 1.12.1+cu113
73
+ - Datasets 1.16.1
74
+ - Tokenizers 0.10.3