Added preambule to readme.
Browse files
README.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# roberta-base-frenk-hate
|
| 2 |
|
| 3 |
Text classification model based on `roberta-base` and fine-tuned on the [FRANK dataset](https://www.clarin.si/repository/xmlui/handle/11356/1433) comprising of LGBT and migrant hatespeech. Only the English subset of the data was used for fine-tuning and the dataset has been relabeled for binary classification (offensive or acceptable).
|
|
|
|
| 1 |
+
---
|
| 2 |
+
|
| 3 |
+
language: "en"
|
| 4 |
+
|
| 5 |
+
tags:
|
| 6 |
+
- text-classification
|
| 7 |
+
- hate-speech
|
| 8 |
+
|
| 9 |
+
widget:
|
| 10 |
+
- text: "Gay is okay."
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
+
|
| 14 |
+
|
| 15 |
+
|
| 16 |
# roberta-base-frenk-hate
|
| 17 |
|
| 18 |
Text classification model based on `roberta-base` and fine-tuned on the [FRANK dataset](https://www.clarin.si/repository/xmlui/handle/11356/1433) comprising of LGBT and migrant hatespeech. Only the English subset of the data was used for fine-tuning and the dataset has been relabeled for binary classification (offensive or acceptable).
|