Datasets:
Tasks:
Text Classification
Sub-tasks:
multi-class-classification
Languages:
English
Size:
10K<n<100K
ArXiv:
Tags:
hate-speech-detection
License:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
|
@@ -21,6 +21,31 @@ paperswithcode_id: hate-speech-and-offensive-language
|
|
| 21 |
pretty_name: HateOffensive
|
| 22 |
tags:
|
| 23 |
- hate-speech-detection
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 24 |
---
|
| 25 |
|
| 26 |
# Dataset Card for HateOffensive
|
|
|
|
| 21 |
pretty_name: HateOffensive
|
| 22 |
tags:
|
| 23 |
- hate-speech-detection
|
| 24 |
+
dataset_info:
|
| 25 |
+
features:
|
| 26 |
+
- name: total_annotation_count
|
| 27 |
+
dtype: int32
|
| 28 |
+
- name: hate_speech_annotations
|
| 29 |
+
dtype: int32
|
| 30 |
+
- name: offensive_language_annotations
|
| 31 |
+
dtype: int32
|
| 32 |
+
- name: neither_annotations
|
| 33 |
+
dtype: int32
|
| 34 |
+
- name: label
|
| 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: 2811298
|
| 46 |
+
num_examples: 24783
|
| 47 |
+
download_size: 2546446
|
| 48 |
+
dataset_size: 2811298
|
| 49 |
---
|
| 50 |
|
| 51 |
# Dataset Card for HateOffensive
|