Datasets:
Tasks:
Text Classification
Languages:
Portuguese
Size:
1K<n<10K
Tags:
hate-speech-detection
License:
Replace YAML keys from int to str
#1
by
albertvillanova
HF staff
- opened
README.md
CHANGED
@@ -16,7 +16,6 @@ source_datasets:
|
|
16 |
task_categories:
|
17 |
- text-classification
|
18 |
task_ids: []
|
19 |
-
paperswithcode_id: null
|
20 |
pretty_name: HateSpeechPortuguese
|
21 |
tags:
|
22 |
- hate-speech-detection
|
@@ -28,8 +27,8 @@ dataset_info:
|
|
28 |
dtype:
|
29 |
class_label:
|
30 |
names:
|
31 |
-
0: no-hate
|
32 |
-
1: hate
|
33 |
- name: hatespeech_G1
|
34 |
dtype: string
|
35 |
- name: annotator_G1
|
|
|
16 |
task_categories:
|
17 |
- text-classification
|
18 |
task_ids: []
|
|
|
19 |
pretty_name: HateSpeechPortuguese
|
20 |
tags:
|
21 |
- hate-speech-detection
|
|
|
27 |
dtype:
|
28 |
class_label:
|
29 |
names:
|
30 |
+
'0': no-hate
|
31 |
+
'1': hate
|
32 |
- name: hatespeech_G1
|
33 |
dtype: string
|
34 |
- name: annotator_G1
|