Adriana213 commited on
Commit
a87d6a4
1 Parent(s): c1d1d0d

Update ModelCard

Browse files
Files changed (1) hide show
  1. README.md +18 -7
README.md CHANGED
@@ -6,29 +6,40 @@ tags:
6
  model-index:
7
  - name: xlm-roberta-base-finetuned-panx-it
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-it
15
 
16
- This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) on an unknown dataset.
17
  It achieves the following results on the evaluation set:
18
  - Loss: 0.2619
19
  - F1 Score: 0.8321
20
 
21
  ## Model description
22
 
23
- More information needed
24
 
25
  ## Intended uses & limitations
26
 
27
- More information needed
 
 
 
 
 
 
 
 
28
 
29
  ## Training and evaluation data
30
 
31
- More information needed
32
 
33
  ## Training procedure
34
 
@@ -57,4 +68,4 @@ The following hyperparameters were used during training:
57
  - Transformers 4.41.1
58
  - Pytorch 2.3.0+cu121
59
  - Datasets 2.19.1
60
- - Tokenizers 0.19.1
 
6
  model-index:
7
  - name: xlm-roberta-base-finetuned-panx-it
8
  results: []
9
+ language:
10
+ - it
11
+ metrics:
12
+ - f1
13
+ library_name: transformers
14
  ---
15
 
 
 
16
 
17
  # xlm-roberta-base-finetuned-panx-it
18
 
19
+ This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-base).
20
  It achieves the following results on the evaluation set:
21
  - Loss: 0.2619
22
  - F1 Score: 0.8321
23
 
24
  ## Model description
25
 
26
+ This model is a fine-tuned version of xlm-roberta-base on the Italian 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 Italian text.
27
 
28
  ## Intended uses & limitations
29
 
30
+ ### Intended uses:
31
+
32
+ Named Entity Recognition (NER) tasks specifically for Italian.
33
+ Token classification tasks involving Italian text.
34
+
35
+ ### Limitations:
36
+
37
+ The model's performance is optimized for Italian and may not generalize well to other languages without further fine-tuning.
38
+ The model's predictions are based on the data it was trained on and may not handle out-of-domain data as effectively.
39
 
40
  ## Training and evaluation data
41
 
42
+ The model was fine-tuned on the Italian subset of the PAN-X dataset, which includes labeled examples of named entities in Italian text. The evaluation data is a separate portion of the same dataset, used to assess the model's performance.
43
 
44
  ## Training procedure
45
 
 
68
  - Transformers 4.41.1
69
  - Pytorch 2.3.0+cu121
70
  - Datasets 2.19.1
71
+ - Tokenizers 0.19.1