Commit ·
99f2ad6
1
Parent(s): 18dbf99
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_nl_Netherlands
|
| 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.5738
|
|
@@ -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_nl_Netherlands
|
| 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.5738
|
|
|
|
| 26 |
|
| 27 |
## Model description
|
| 28 |
|
| 29 |
+
The model is trained considering the annotation of annotators from the Netherlands only, on instances in Dutch. The Dutch annotations from these annotators 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 the Netherlands from the MultiPICo dataset (instances in Dutch). The data has been randomly split into a train and a validation set.
|
| 34 |
|
| 35 |
## Training procedure
|
| 36 |
|