Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
multi-class-classification
Languages:
Urdu
Size:
10K - 100K
Tags:
binary classification
License:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -20,6 +20,54 @@ task_ids:
|
|
20 |
- multi-class-classification
|
21 |
tags:
|
22 |
- binary classification
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
---
|
24 |
|
25 |
# Dataset Card for roman_urdu_hate_speech
|
|
|
20 |
- multi-class-classification
|
21 |
tags:
|
22 |
- binary classification
|
23 |
+
dataset_info:
|
24 |
+
- config_name: Coarse_Grained
|
25 |
+
features:
|
26 |
+
- name: tweet
|
27 |
+
dtype: string
|
28 |
+
- name: label
|
29 |
+
dtype:
|
30 |
+
class_label:
|
31 |
+
names:
|
32 |
+
0: Abusive/Offensive
|
33 |
+
1: Normal
|
34 |
+
splits:
|
35 |
+
- name: test
|
36 |
+
num_bytes: 218087
|
37 |
+
num_examples: 2002
|
38 |
+
- name: train
|
39 |
+
num_bytes: 725719
|
40 |
+
num_examples: 7208
|
41 |
+
- name: validation
|
42 |
+
num_bytes: 79759
|
43 |
+
num_examples: 800
|
44 |
+
download_size: 927937
|
45 |
+
dataset_size: 1023565
|
46 |
+
- config_name: Fine_Grained
|
47 |
+
features:
|
48 |
+
- name: tweet
|
49 |
+
dtype: string
|
50 |
+
- name: label
|
51 |
+
dtype:
|
52 |
+
class_label:
|
53 |
+
names:
|
54 |
+
0: Abusive/Offensive
|
55 |
+
1: Normal
|
56 |
+
2: Religious Hate
|
57 |
+
3: Sexism
|
58 |
+
4: Profane/Untargeted
|
59 |
+
splits:
|
60 |
+
- name: test
|
61 |
+
num_bytes: 219359
|
62 |
+
num_examples: 2002
|
63 |
+
- name: train
|
64 |
+
num_bytes: 723670
|
65 |
+
num_examples: 7208
|
66 |
+
- name: validation
|
67 |
+
num_bytes: 723670
|
68 |
+
num_examples: 7208
|
69 |
+
download_size: 1519423
|
70 |
+
dataset_size: 1666699
|
71 |
---
|
72 |
|
73 |
# Dataset Card for roman_urdu_hate_speech
|