Update README.md
Browse files
README.md
CHANGED
@@ -6,6 +6,12 @@ tags:
|
|
6 |
model-index:
|
7 |
- name: xlm-roberta-base-finetuned-panx-39-langs
|
8 |
results: []
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
---
|
10 |
|
11 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -13,7 +19,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
13 |
|
14 |
# xlm-roberta-base-finetuned-panx-39-langs
|
15 |
|
16 |
-
This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) on
|
17 |
It achieves the following results on the evaluation set:
|
18 |
- eval_loss: 0.1859
|
19 |
- eval_f1: 0.8572
|
@@ -53,4 +59,4 @@ The following hyperparameters were used during training:
|
|
53 |
- Transformers 4.44.0
|
54 |
- Pytorch 2.4.0
|
55 |
- Datasets 2.21.0
|
56 |
-
- Tokenizers 0.19.1
|
|
|
6 |
model-index:
|
7 |
- name: xlm-roberta-base-finetuned-panx-39-langs
|
8 |
results: []
|
9 |
+
datasets:
|
10 |
+
- google/xtreme
|
11 |
+
metrics:
|
12 |
+
- f1
|
13 |
+
pipeline_tag: token-classification
|
14 |
+
library_name: transformers
|
15 |
---
|
16 |
|
17 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
19 |
|
20 |
# xlm-roberta-base-finetuned-panx-39-langs
|
21 |
|
22 |
+
This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) on 39 google/xtreme/pan-x datasets.
|
23 |
It achieves the following results on the evaluation set:
|
24 |
- eval_loss: 0.1859
|
25 |
- eval_f1: 0.8572
|
|
|
59 |
- Transformers 4.44.0
|
60 |
- Pytorch 2.4.0
|
61 |
- Datasets 2.21.0
|
62 |
+
- Tokenizers 0.19.1
|