amartyobanerjee
commited on
Commit
·
abcc2f5
1
Parent(s):
052de48
update model card README.md
Browse files
README.md
CHANGED
@@ -2,11 +2,24 @@
|
|
2 |
license: mit
|
3 |
tags:
|
4 |
- generated_from_trainer
|
|
|
|
|
5 |
metrics:
|
6 |
- f1
|
7 |
model-index:
|
8 |
- name: xlm-roberta-base-finetuned-panx-all
|
9 |
-
results:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
---
|
11 |
|
12 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -14,10 +27,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
14 |
|
15 |
# xlm-roberta-base-finetuned-panx-all
|
16 |
|
17 |
-
This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) on the
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- Loss: 0.
|
20 |
-
- F1: 0.
|
21 |
|
22 |
## Model description
|
23 |
|
@@ -48,9 +61,9 @@ The following hyperparameters were used during training:
|
|
48 |
|
49 |
| Training Loss | Epoch | Step | Validation Loss | F1 |
|
50 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
51 |
-
|
|
52 |
-
| 0.
|
53 |
-
| 0.
|
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-all
|
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.8627004891366169
|
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-all
|
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.1363
|
33 |
+
- F1: 0.8627
|
34 |
|
35 |
## Model description
|
36 |
|
|
|
61 |
|
62 |
| Training Loss | Epoch | Step | Validation Loss | F1 |
|
63 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
64 |
+
| No log | 1.0 | 525 | 0.1697 | 0.8179 |
|
65 |
+
| 0.21 | 2.0 | 1050 | 0.1327 | 0.8516 |
|
66 |
+
| 0.21 | 3.0 | 1575 | 0.1363 | 0.8627 |
|
67 |
|
68 |
|
69 |
### Framework versions
|