Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
sentiment-classification
Languages:
English
Size:
10K - 100K
License:
Commit
·
21a716f
1
Parent(s):
5eb29d1
Replace YAML keys from int to str (#3)
Browse files- Replace YAML keys from int to str (f9de96cafc06585f2ff885a7e967c5010d3ecd7c)
README.md
CHANGED
@@ -17,8 +17,26 @@ task_categories:
|
|
17 |
- text-classification
|
18 |
task_ids:
|
19 |
- sentiment-classification
|
20 |
-
paperswithcode_id: null
|
21 |
pretty_name: Tweets Hate Speech Detection
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
train-eval-index:
|
23 |
- config: default
|
24 |
task: text-classification
|
@@ -59,25 +77,6 @@ train-eval-index:
|
|
59 |
name: Recall weighted
|
60 |
args:
|
61 |
average: weighted
|
62 |
-
dataset_info:
|
63 |
-
features:
|
64 |
-
- name: label
|
65 |
-
dtype:
|
66 |
-
class_label:
|
67 |
-
names:
|
68 |
-
0: no-hate-speech
|
69 |
-
1: hate-speech
|
70 |
-
- name: tweet
|
71 |
-
dtype: string
|
72 |
-
splits:
|
73 |
-
- name: train
|
74 |
-
num_bytes: 3191888
|
75 |
-
num_examples: 31962
|
76 |
-
- name: test
|
77 |
-
num_bytes: 1711606
|
78 |
-
num_examples: 17197
|
79 |
-
download_size: 4738708
|
80 |
-
dataset_size: 4903494
|
81 |
---
|
82 |
|
83 |
# Dataset Card for Tweets Hate Speech Detection
|
|
|
17 |
- text-classification
|
18 |
task_ids:
|
19 |
- sentiment-classification
|
|
|
20 |
pretty_name: Tweets Hate Speech Detection
|
21 |
+
dataset_info:
|
22 |
+
features:
|
23 |
+
- name: label
|
24 |
+
dtype:
|
25 |
+
class_label:
|
26 |
+
names:
|
27 |
+
'0': no-hate-speech
|
28 |
+
'1': hate-speech
|
29 |
+
- name: tweet
|
30 |
+
dtype: string
|
31 |
+
splits:
|
32 |
+
- name: train
|
33 |
+
num_bytes: 3191888
|
34 |
+
num_examples: 31962
|
35 |
+
- name: test
|
36 |
+
num_bytes: 1711606
|
37 |
+
num_examples: 17197
|
38 |
+
download_size: 4738708
|
39 |
+
dataset_size: 4903494
|
40 |
train-eval-index:
|
41 |
- config: default
|
42 |
task: text-classification
|
|
|
77 |
name: Recall weighted
|
78 |
args:
|
79 |
average: weighted
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
80 |
---
|
81 |
|
82 |
# Dataset Card for Tweets Hate Speech Detection
|