silvia-casola commited on
Commit
bc1cc3e
·
1 Parent(s): 3a73946

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -8
README.md CHANGED
@@ -13,12 +13,10 @@ model-index:
13
  results: []
14
  ---
15
 
16
- <!-- This model card has been generated automatically according to the information the Trainer had access to. You
17
- should probably proofread and complete it, then remove this comment. -->
18
 
19
  # irony_it_Italy
20
 
21
- This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on the None dataset.
22
  It achieves the following results on the evaluation set:
23
  - Loss: 0.0025
24
  - Accuracy: 0.6653
@@ -28,15 +26,12 @@ It achieves the following results on the evaluation set:
28
 
29
  ## Model description
30
 
31
- More information needed
32
 
33
- ## Intended uses & limitations
34
-
35
- More information needed
36
 
37
  ## Training and evaluation data
38
 
39
- More information needed
40
 
41
  ## Training procedure
42
 
 
13
  results: []
14
  ---
15
 
 
 
16
 
17
  # irony_it_Italy
18
 
19
+ This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on part of the MultiPICo dataset.
20
  It achieves the following results on the evaluation set:
21
  - Loss: 0.0025
22
  - Accuracy: 0.6653
 
26
 
27
  ## Model description
28
 
29
+ The model is trained considering the annotation of annotators from Italy only, on the French instances. The Italian annotations from these annotators are aggregated using majority voting and then used to train the model.
30
 
 
 
 
31
 
32
  ## Training and evaluation data
33
 
34
+ The model has been trained on the annotation from annotators from Italy from the MultiPICo dataset. The data has been randomly split into a train and a validation set.
35
 
36
  ## Training procedure
37