Datasets:
Add eval config
Browse files
eval.yaml
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
name: MultiHateClassification
|
| 2 |
+
description: Hate speech detection dataset with binary (hateful vs non-hateful) labels.
|
| 3 |
+
Includes 25+ distinct types of hate and challenging non-hate, and 11 languages.
|
| 4 |
+
evaluation_framework: mteb
|
| 5 |
+
tasks:
|
| 6 |
+
- id: MultiHateClassification
|
| 7 |
+
- id: MultiHateClassification_ara_test
|
| 8 |
+
config: ara
|
| 9 |
+
split: test
|
| 10 |
+
- id: MultiHateClassification_cmn_test
|
| 11 |
+
config: cmn
|
| 12 |
+
split: test
|
| 13 |
+
- id: MultiHateClassification_eng_test
|
| 14 |
+
config: eng
|
| 15 |
+
split: test
|
| 16 |
+
- id: MultiHateClassification_deu_test
|
| 17 |
+
config: deu
|
| 18 |
+
split: test
|
| 19 |
+
- id: MultiHateClassification_fra_test
|
| 20 |
+
config: fra
|
| 21 |
+
split: test
|
| 22 |
+
- id: MultiHateClassification_hin_test
|
| 23 |
+
config: hin
|
| 24 |
+
split: test
|
| 25 |
+
- id: MultiHateClassification_ita_test
|
| 26 |
+
config: ita
|
| 27 |
+
split: test
|
| 28 |
+
- id: MultiHateClassification_nld_test
|
| 29 |
+
config: nld
|
| 30 |
+
split: test
|
| 31 |
+
- id: MultiHateClassification_pol_test
|
| 32 |
+
config: pol
|
| 33 |
+
split: test
|
| 34 |
+
- id: MultiHateClassification_por_test
|
| 35 |
+
config: por
|
| 36 |
+
split: test
|
| 37 |
+
- id: MultiHateClassification_spa_test
|
| 38 |
+
config: spa
|
| 39 |
+
split: test
|