Datasets:
Add eval config
Browse files
eval.yaml
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
name: BrazilianToxicTweetsClassification
|
| 2 |
+
description: 'ToLD-Br is the biggest dataset for toxic tweets in Brazilian Portuguese,
|
| 3 |
+
crowdsourced by 42 annotators selected from a pool of 129 volunteers. Annotators
|
| 4 |
+
were selected aiming to create a plural group in terms of demographics (ethnicity,
|
| 5 |
+
sexual orientation, age, gender). Each tweet was labeled by three annotators in
|
| 6 |
+
6 possible categories: LGBTQ+phobia, Xenophobia, Obscene, Insult, Misogyny and Racism.'
|
| 7 |
+
evaluation_framework: mteb
|
| 8 |
+
tasks:
|
| 9 |
+
- id: BrazilianToxicTweetsClassification
|
| 10 |
+
- id: BrazilianToxicTweetsClassification_default_test
|
| 11 |
+
config: default
|
| 12 |
+
split: test
|