Datasets:
Tasks:
Text Classification
Languages:
English
Size:
10K<n<100K
ArXiv:
Tags:
hate-speech-detection
License:
Commit
•
5a137fd
1
Parent(s):
f72eea3
Replace YAML keys from int to str (#2)
Browse files- Replace YAML keys from int to str (5ae7ad04c16962876bf0827ec4ad4946802c9968)
README.md
CHANGED
@@ -30,9 +30,9 @@ dataset_info:
|
|
30 |
dtype:
|
31 |
class_label:
|
32 |
names:
|
33 |
-
0: hatespeech
|
34 |
-
1: normal
|
35 |
-
2: offensive
|
36 |
- name: annotator_id
|
37 |
dtype: int32
|
38 |
- name: target
|
|
|
30 |
dtype:
|
31 |
class_label:
|
32 |
names:
|
33 |
+
'0': hatespeech
|
34 |
+
'1': normal
|
35 |
+
'2': offensive
|
36 |
- name: annotator_id
|
37 |
dtype: int32
|
38 |
- name: target
|