Datasets:
Tasks:
Text Classification
Languages:
Portuguese
Size:
1K<n<10K
Tags:
hate-speech-detection
License:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
|
@@ -20,6 +20,34 @@ paperswithcode_id: null
|
|
| 20 |
pretty_name: HateSpeechPortuguese
|
| 21 |
tags:
|
| 22 |
- hate-speech-detection
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
---
|
| 24 |
|
| 25 |
# Dataset Card for [Dataset Name]
|
|
|
|
| 20 |
pretty_name: HateSpeechPortuguese
|
| 21 |
tags:
|
| 22 |
- hate-speech-detection
|
| 23 |
+
dataset_info:
|
| 24 |
+
features:
|
| 25 |
+
- name: text
|
| 26 |
+
dtype: string
|
| 27 |
+
- name: label
|
| 28 |
+
dtype:
|
| 29 |
+
class_label:
|
| 30 |
+
names:
|
| 31 |
+
0: no-hate
|
| 32 |
+
1: hate
|
| 33 |
+
- name: hatespeech_G1
|
| 34 |
+
dtype: string
|
| 35 |
+
- name: annotator_G1
|
| 36 |
+
dtype: string
|
| 37 |
+
- name: hatespeech_G2
|
| 38 |
+
dtype: string
|
| 39 |
+
- name: annotator_G2
|
| 40 |
+
dtype: string
|
| 41 |
+
- name: hatespeech_G3
|
| 42 |
+
dtype: string
|
| 43 |
+
- name: annotator_G3
|
| 44 |
+
dtype: string
|
| 45 |
+
splits:
|
| 46 |
+
- name: train
|
| 47 |
+
num_bytes: 826130
|
| 48 |
+
num_examples: 5670
|
| 49 |
+
download_size: 763846
|
| 50 |
+
dataset_size: 826130
|
| 51 |
---
|
| 52 |
|
| 53 |
# Dataset Card for [Dataset Name]
|