Datasets:
Tasks:
Text Classification
Sub-tasks:
multi-class-classification
Languages:
English
Size:
10K<n<100K
ArXiv:
Tags:
hate-speech-detection
License:
Commit
•
37191ce
1
Parent(s):
412b747
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
@@ -35,9 +35,9 @@ dataset_info:
|
|
35 |
dtype:
|
36 |
class_label:
|
37 |
names:
|
38 |
-
0: hate-speech
|
39 |
-
1: offensive-language
|
40 |
-
2: neither
|
41 |
- name: tweet
|
42 |
dtype: string
|
43 |
splits:
|
|
|
35 |
dtype:
|
36 |
class_label:
|
37 |
names:
|
38 |
+
'0': hate-speech
|
39 |
+
'1': offensive-language
|
40 |
+
'2': neither
|
41 |
- name: tweet
|
42 |
dtype: string
|
43 |
splits:
|