Datasets:
Tasks:
Text Classification
Languages:
Portuguese
Size:
1K<n<10K
Tags:
hate-speech-detection
License:
Commit ·
188a48e
1
Parent(s): cf110c4
Replace YAML keys from int to str
Browse filesReplace YAML metadata integer keys with strings, as the Hub does not support integers.
See: https://github.com/huggingface/datasets/issues/5275
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
|