youngbreadho commited on
Commit
88637ad
1 Parent(s): c9fbf34

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -23
README.md CHANGED
@@ -2,26 +2,11 @@
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
11
- results:
12
- - task:
13
- name: Token Classification
14
- type: token-classification
15
- dataset:
16
- name: xtreme
17
- type: xtreme
18
- config: PAN-X.de
19
- split: validation
20
- args: PAN-X.de
21
- metrics:
22
- - name: F1
23
- type: f1
24
- value: 0.8637192342752963
25
  ---
26
 
27
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -29,10 +14,10 @@ should probably proofread and complete it, then remove this comment. -->
29
 
30
  # xlm-roberta-base-finetuned-panx-de
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.1520
35
- - F1: 0.8637
36
 
37
  ## Model description
38
 
@@ -57,15 +42,13 @@ The following hyperparameters were used during training:
57
  - seed: 42
58
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
59
  - lr_scheduler_type: linear
60
- - num_epochs: 3
61
 
62
  ### Training results
63
 
64
  | Training Loss | Epoch | Step | Validation Loss | F1 |
65
  |:-------------:|:-----:|:----:|:---------------:|:------:|
66
- | 0.2534 | 1.0 | 1049 | 0.1676 | 0.8320 |
67
- | 0.1325 | 2.0 | 2098 | 0.1461 | 0.8459 |
68
- | 0.0801 | 3.0 | 3147 | 0.1520 | 0.8637 |
69
 
70
 
71
  ### Framework versions
 
2
  license: mit
3
  tags:
4
  - generated_from_trainer
 
 
5
  metrics:
6
  - f1
7
  model-index:
8
  - name: xlm-roberta-base-finetuned-panx-de
9
+ results: []
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  ---
11
 
12
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
14
 
15
  # xlm-roberta-base-finetuned-panx-de
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.1700
20
+ - F1: 0.8349
21
 
22
  ## Model description
23
 
 
42
  - seed: 42
43
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
  - lr_scheduler_type: linear
45
+ - num_epochs: 1
46
 
47
  ### Training results
48
 
49
  | Training Loss | Epoch | Step | Validation Loss | F1 |
50
  |:-------------:|:-----:|:----:|:---------------:|:------:|
51
+ | 0.2716 | 1.0 | 1430 | 0.1700 | 0.8349 |
 
 
52
 
53
 
54
  ### Framework versions