jjglilleberg commited on
Commit
40f1aea
·
1 Parent(s): fe7d840

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -12
README.md CHANGED
@@ -1,13 +1,25 @@
1
  ---
2
  license: mit
3
- base_model: xlm-roberta-base
4
  tags:
5
  - generated_from_trainer
 
 
6
  metrics:
7
  - f1
8
  model-index:
9
  - name: xlm-roberta-base-finetuned-panx-de
10
- results: []
 
 
 
 
 
 
 
 
 
 
 
11
  ---
12
 
13
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -15,10 +27,10 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  # xlm-roberta-base-finetuned-panx-de
17
 
18
- This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 0.1363
21
- - F1: 0.8658
22
 
23
  ## Model description
24
 
@@ -49,14 +61,14 @@ The following hyperparameters were used during training:
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | F1 |
51
  |:-------------:|:-----:|:----:|:---------------:|:------:|
52
- | 0.2539 | 1.0 | 525 | 0.1505 | 0.8246 |
53
- | 0.1268 | 2.0 | 1050 | 0.1380 | 0.8503 |
54
- | 0.0794 | 3.0 | 1575 | 0.1363 | 0.8658 |
55
 
56
 
57
  ### Framework versions
58
 
59
- - Transformers 4.38.2
60
- - Pytorch 2.2.1+cu121
61
- - Datasets 2.18.0
62
- - Tokenizers 0.15.2
 
1
  ---
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
+ args: PAN-X.de
19
+ metrics:
20
+ - name: F1
21
+ type: f1
22
+ value: 0.8625511596180081
23
  ---
24
 
25
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
27
 
28
  # xlm-roberta-base-finetuned-panx-de
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.1414
33
+ - F1: 0.8626
34
 
35
  ## Model description
36
 
 
61
 
62
  | Training Loss | Epoch | Step | Validation Loss | F1 |
63
  |:-------------:|:-----:|:----:|:---------------:|:------:|
64
+ | 0.2543 | 1.0 | 525 | 0.1610 | 0.8269 |
65
+ | 0.1274 | 2.0 | 1050 | 0.1414 | 0.8435 |
66
+ | 0.0818 | 3.0 | 1575 | 0.1414 | 0.8626 |
67
 
68
 
69
  ### Framework versions
70
 
71
+ - Transformers 4.16.2
72
+ - Pytorch 2.5.1+cu121
73
+ - Datasets 1.16.1
74
+ - Tokenizers 0.21.0