Commit ·
d85e721
1
Parent(s): 3d61762
Update README.md
Browse files
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_hi_India
|
| 20 |
|
| 21 |
-
This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on the
|
| 22 |
It achieves the following results on the evaluation set:
|
| 23 |
- Loss: 0.0030
|
| 24 |
- Accuracy: 0.5
|
|
@@ -28,15 +26,11 @@ It achieves the following results on the evaluation set:
|
|
| 28 |
|
| 29 |
## Model description
|
| 30 |
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
## Intended uses & limitations
|
| 34 |
-
|
| 35 |
-
More information needed
|
| 36 |
|
| 37 |
## Training and evaluation data
|
| 38 |
|
| 39 |
-
|
| 40 |
|
| 41 |
## Training procedure
|
| 42 |
|
|
|
|
| 13 |
results: []
|
| 14 |
---
|
| 15 |
|
|
|
|
|
|
|
| 16 |
|
| 17 |
# irony_hi_India
|
| 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.0030
|
| 22 |
- Accuracy: 0.5
|
|
|
|
| 26 |
|
| 27 |
## Model description
|
| 28 |
|
| 29 |
+
The model is trained considering the annotation of annotators from India only, on instances in Hindi. The annotations are aggregated using majority voting and then used to train the model.
|
|
|
|
|
|
|
|
|
|
|
|
|
| 30 |
|
| 31 |
## Training and evaluation data
|
| 32 |
|
| 33 |
+
The model has been trained on the annotation from annotators from India from the MultiPICo dataset (instances in Hindi). The data has been randomly split into a train and a validation set.
|
| 34 |
|
| 35 |
## Training procedure
|
| 36 |
|