update model card README.md
Browse files
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
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 0.
|
21 |
-
- F1: 0.
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -49,13 +61,14 @@ The following hyperparameters were used during training:
|
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss | F1 |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
52 |
-
| 0.
|
53 |
-
| 0.
|
54 |
-
| 0.
|
55 |
|
56 |
|
57 |
### Framework versions
|
58 |
|
59 |
-
- Transformers 4.
|
60 |
-
- Pytorch 2.0
|
61 |
-
-
|
|
|
|
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.8653353814644136
|
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.1339
|
33 |
+
- F1: 0.8653
|
34 |
|
35 |
## Model description
|
36 |
|
|
|
61 |
|
62 |
| Training Loss | Epoch | Step | Validation Loss | F1 |
|
63 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
64 |
+
| 0.2583 | 1.0 | 525 | 0.1596 | 0.8231 |
|
65 |
+
| 0.1262 | 2.0 | 1050 | 0.1395 | 0.8468 |
|
66 |
+
| 0.0824 | 3.0 | 1575 | 0.1339 | 0.8653 |
|
67 |
|
68 |
|
69 |
### Framework versions
|
70 |
|
71 |
+
- Transformers 4.16.2
|
72 |
+
- Pytorch 2.1.0+cu118
|
73 |
+
- Datasets 1.16.1
|
74 |
+
- Tokenizers 0.15.0
|