add dataset_info in dataset metadata
Browse files
README.md
CHANGED
|
@@ -21,6 +21,25 @@ paperswithcode_id: bengali-hate-speech
|
|
| 21 |
pretty_name: Bengali Hate Speech Dataset
|
| 22 |
tags:
|
| 23 |
- hate-speech-topic-classification
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 24 |
---
|
| 25 |
|
| 26 |
# Dataset Card for Bengali Hate Speech Dataset
|
|
|
|
| 21 |
pretty_name: Bengali Hate Speech Dataset
|
| 22 |
tags:
|
| 23 |
- hate-speech-topic-classification
|
| 24 |
+
dataset_info:
|
| 25 |
+
features:
|
| 26 |
+
- name: text
|
| 27 |
+
dtype: string
|
| 28 |
+
- name: label
|
| 29 |
+
dtype:
|
| 30 |
+
class_label:
|
| 31 |
+
names:
|
| 32 |
+
0: Personal
|
| 33 |
+
1: Political
|
| 34 |
+
2: Religious
|
| 35 |
+
3: Geopolitical
|
| 36 |
+
4: Gender abusive
|
| 37 |
+
splits:
|
| 38 |
+
- name: train
|
| 39 |
+
num_bytes: 972635
|
| 40 |
+
num_examples: 3418
|
| 41 |
+
download_size: 974312
|
| 42 |
+
dataset_size: 972635
|
| 43 |
---
|
| 44 |
|
| 45 |
# Dataset Card for Bengali Hate Speech Dataset
|