Datasets:
Tasks:
Text Classification
Sub-tasks:
multi-class-classification
Languages:
English
Size:
10K<n<100K
ArXiv:
Tags:
hate-speech-detection
License:
Commit
•
8a0bf2c
1
Parent(s):
412b747
Replace YAML keys from int to str (#1)
Browse files- Replace YAML keys from int to str (37191cea9f5c3bb59fd8da0f55f93b3a6e08f836)
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:
|