Adriana213 commited on
Commit
2c88bd7
1 Parent(s): 2eb88fd

Update ModelCard

Browse files
Files changed (1) hide show
  1. README.md +18 -7
README.md CHANGED
@@ -6,11 +6,11 @@ tags:
6
  model-index:
7
  - name: xlm-roberta-base-finetuned-panx-de
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-de
15
 
16
  This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) on an unknown dataset.
@@ -20,15 +20,23 @@ It achieves the following results on the evaluation set:
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
 
@@ -51,10 +59,13 @@ The following hyperparameters were used during training:
51
  | 0.1268 | 2.0 | 1050 | 0.1380 | 0.8503 |
52
  | 0.0794 | 3.0 | 1575 | 0.1363 | 0.8658 |
53
 
 
 
 
54
 
55
  ### Framework versions
56
 
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-de
8
  results: []
9
+ language:
10
+ - de
11
+ library_name: transformers
12
  ---
13
 
 
 
 
14
  # xlm-roberta-base-finetuned-panx-de
15
 
16
  This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) on an unknown dataset.
 
20
 
21
  ## Model description
22
 
23
+ This model is a fine-tuned version of xlm-roberta-base on the German 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 German text.
24
 
25
  ## Intended uses & limitations
26
 
27
+ ### Intended uses:
28
+
29
+ Named Entity Recognition (NER) tasks specifically for German.
30
+ Token classification tasks involving German text.
31
+
32
+ ### Limitations:
33
+
34
+ The model's performance is optimized for German and may not generalize well to other languages without further fine-tuning.
35
+ The model's predictions are based on the data it was trained on and may not handle out-of-domain data as effectively.
36
 
37
  ## Training and evaluation data
38
 
39
+ The model was fine-tuned on the German subset of the PAN-X dataset, which includes labeled examples of named entities in German text. The evaluation data is a separate portion of the same dataset, used to assess the model's performance.
40
 
41
  ## Training procedure
42
 
 
59
  | 0.1268 | 2.0 | 1050 | 0.1380 | 0.8503 |
60
  | 0.0794 | 3.0 | 1575 | 0.1363 | 0.8658 |
61
 
62
+ ### Evaluation results
63
+
64
+ The model's F1-score on the validation set for the German subset is 0.8658, indicating a strong performance in named entity recognition for German text.
65
 
66
  ### Framework versions
67
 
68
  - Transformers 4.41.1
69
  - Pytorch 2.3.0+cu121
70
  - Datasets 2.19.1
71
+ - Tokenizers 0.19.1