Commit
·
10d0c7c
1
Parent(s):
3c4cfbc
Update README.md
Browse files
README.md
CHANGED
@@ -18,7 +18,8 @@ metrics:
|
|
18 |
## Model description
|
19 |
|
20 |
This model is a fine-tuned version of the [DeBERTa base model](https://huggingface.co/microsoft/deberta-base). This model is cased. The model was trained on iterative rounds of adversarial data generation with human-and-model-in-the-loop. In each round, annotators are tasked with tricking the model-in-the-loop with emoji-containing statements that it will misclassify. Between each round, the model is retrained. This is the final model from the iterative process, referred to as R8-T in our paper. The intended task is to classify an emoji-containing statement as either non-hateful (LABEL 0.0) or hateful (LABEL 1.0).
|
21 |
-
- **
|
|
|
22 |
- **Paper:** https://arxiv.org/abs/2108.05921
|
23 |
- **Point of Contact:** hannah.kirk@oii.ox.ac.uk
|
24 |
|
|
|
18 |
## Model description
|
19 |
|
20 |
This model is a fine-tuned version of the [DeBERTa base model](https://huggingface.co/microsoft/deberta-base). This model is cased. The model was trained on iterative rounds of adversarial data generation with human-and-model-in-the-loop. In each round, annotators are tasked with tricking the model-in-the-loop with emoji-containing statements that it will misclassify. Between each round, the model is retrained. This is the final model from the iterative process, referred to as R8-T in our paper. The intended task is to classify an emoji-containing statement as either non-hateful (LABEL 0.0) or hateful (LABEL 1.0).
|
21 |
+
- **Github Repository:** https://github.com/HannahKirk/Hatemoji
|
22 |
+
- **HuggingFace Datasets:** [HatemojiBuild](https://huggingface.co/datasets/HannahRoseKirk/HatemojiBuild) & [HatemojiCheck](https://huggingface.co/datasets/HannahRoseKirk/HatemojiCheck)
|
23 |
- **Paper:** https://arxiv.org/abs/2108.05921
|
24 |
- **Point of Contact:** hannah.kirk@oii.ox.ac.uk
|
25 |
|