Adriana213
commited on
Commit
•
cf5102d
1
Parent(s):
b8352aa
Update Model Card
Browse files
README.md
CHANGED
@@ -8,27 +8,32 @@ model-index:
|
|
8 |
results: []
|
9 |
---
|
10 |
|
11 |
-
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
12 |
-
should probably proofread and complete it, then remove this comment. -->
|
13 |
-
|
14 |
# xlm-roberta-base-finetuned-panx-en
|
15 |
|
16 |
-
This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-base)
|
17 |
It achieves the following results on the evaluation set:
|
18 |
- Loss: 0.3905
|
19 |
- F1 Score: 0.6861
|
20 |
|
21 |
## Model description
|
22 |
|
23 |
-
|
24 |
|
25 |
## Intended uses & limitations
|
26 |
|
27 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
28 |
|
29 |
## Training and evaluation data
|
30 |
|
31 |
-
|
32 |
|
33 |
## Training procedure
|
34 |
|
|
|
8 |
results: []
|
9 |
---
|
10 |
|
|
|
|
|
|
|
11 |
# xlm-roberta-base-finetuned-panx-en
|
12 |
|
13 |
+
This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-base).
|
14 |
It achieves the following results on the evaluation set:
|
15 |
- Loss: 0.3905
|
16 |
- F1 Score: 0.6861
|
17 |
|
18 |
## Model description
|
19 |
|
20 |
+
This model is a fine-tuned version of xlm-roberta-base on the English subset of the PAN-X dataset for Named Entity Recognition (NER). The model has been fine-tuned to perform token classification tasks and is evaluated on its performance in identifying named entities in English text.
|
21 |
|
22 |
## Intended uses & limitations
|
23 |
|
24 |
+
### Intended uses:
|
25 |
+
|
26 |
+
Named Entity Recognition (NER) tasks specifically for English.
|
27 |
+
Token classification tasks involving English text.
|
28 |
+
|
29 |
+
### Limitations:
|
30 |
+
|
31 |
+
The model's performance is optimized for English and may not generalize well to other languages without further fine-tuning.
|
32 |
+
The model's predictions are based on the data it was trained on and may not handle out-of-domain data as effectively.d
|
33 |
|
34 |
## Training and evaluation data
|
35 |
|
36 |
+
The model was fine-tuned on the English subset of the PAN-X dataset, which includes labeled examples of named entities in English text. The evaluation data is a separate portion of the same dataset, used to assess the model's performance
|
37 |
|
38 |
## Training procedure
|
39 |
|