Add language tag
#1
by
lbourdois
- opened
README.md
CHANGED
@@ -1,5 +1,9 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
# Disclaimer
|
5 |
*This is a hate speech dataset (in Arabic, French, and English).*
|
@@ -44,5 +48,4 @@ annotator's sentiment *(column: annotator sentiment)*.
|
|
44 |
|
45 |
## Experiments
|
46 |
|
47 |
-
To replicate our experiments, please see https://github.com/HKUST-KnowComp/MLMA_hate_speech/blob/master/README.md
|
48 |
-
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
language:
|
4 |
+
- ar
|
5 |
+
- fr
|
6 |
+
- en
|
7 |
---
|
8 |
# Disclaimer
|
9 |
*This is a hate speech dataset (in Arabic, French, and English).*
|
|
|
48 |
|
49 |
## Experiments
|
50 |
|
51 |
+
To replicate our experiments, please see https://github.com/HKUST-KnowComp/MLMA_hate_speech/blob/master/README.md
|
|