Datasets:
Tasks:
Text Classification
Formats:
parquet
Languages:
English
Size:
10K - 100K
ArXiv:
Tags:
hate-speech-detection
License:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -69,6 +69,31 @@ train-eval-index:
|
|
69 |
average: weighted
|
70 |
tags:
|
71 |
- hate-speech-detection
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
72 |
---
|
73 |
|
74 |
# Dataset Card for [Dataset Name]
|
|
|
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]
|