Datasets:
Tasks:
Text Classification
Formats:
parquet
Languages:
English
Size:
10K - 100K
ArXiv:
Tags:
hate-speech-detection
License:
Commit
·
46ff5f9
1
Parent(s):
6994192
Replace YAML keys from int to str (#1)
Browse files- Replace YAML keys from int to str (540222d75036360cf7e57e97a92044ae1755f47d)
README.md
CHANGED
@@ -19,6 +19,33 @@ task_categories:
|
|
19 |
task_ids: []
|
20 |
paperswithcode_id: hate-speech-and-offensive-language
|
21 |
pretty_name: Hate Speech and Offensive Language
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
train-eval-index:
|
23 |
- config: default
|
24 |
task: text-classification
|
@@ -67,33 +94,6 @@ train-eval-index:
|
|
67 |
name: Recall weighted
|
68 |
args:
|
69 |
average: weighted
|
70 |
-
tags:
|
71 |
-
- hate-speech-detection
|
72 |
-
dataset_info:
|
73 |
-
features:
|
74 |
-
- name: count
|
75 |
-
dtype: int64
|
76 |
-
- name: hate_speech_count
|
77 |
-
dtype: int64
|
78 |
-
- name: offensive_language_count
|
79 |
-
dtype: int64
|
80 |
-
- name: neither_count
|
81 |
-
dtype: int64
|
82 |
-
- name: class
|
83 |
-
dtype:
|
84 |
-
class_label:
|
85 |
-
names:
|
86 |
-
0: hate speech
|
87 |
-
1: offensive language
|
88 |
-
2: neither
|
89 |
-
- name: tweet
|
90 |
-
dtype: string
|
91 |
-
splits:
|
92 |
-
- name: train
|
93 |
-
num_bytes: 3207826
|
94 |
-
num_examples: 24783
|
95 |
-
download_size: 2546446
|
96 |
-
dataset_size: 3207826
|
97 |
---
|
98 |
|
99 |
# Dataset Card for [Dataset Name]
|
|
|
19 |
task_ids: []
|
20 |
paperswithcode_id: hate-speech-and-offensive-language
|
21 |
pretty_name: Hate Speech and Offensive Language
|
22 |
+
tags:
|
23 |
+
- hate-speech-detection
|
24 |
+
dataset_info:
|
25 |
+
features:
|
26 |
+
- name: count
|
27 |
+
dtype: int64
|
28 |
+
- name: hate_speech_count
|
29 |
+
dtype: int64
|
30 |
+
- name: offensive_language_count
|
31 |
+
dtype: int64
|
32 |
+
- name: neither_count
|
33 |
+
dtype: int64
|
34 |
+
- name: class
|
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:
|
44 |
+
- name: train
|
45 |
+
num_bytes: 3207826
|
46 |
+
num_examples: 24783
|
47 |
+
download_size: 2546446
|
48 |
+
dataset_size: 3207826
|
49 |
train-eval-index:
|
50 |
- config: default
|
51 |
task: text-classification
|
|
|
94 |
name: Recall weighted
|
95 |
args:
|
96 |
average: weighted
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
97 |
---
|
98 |
|
99 |
# Dataset Card for [Dataset Name]
|