Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
multi-class-classification
Languages:
Urdu
Size:
10K - 100K
Tags:
binary classification
License:
Commit
•
d5f0059
1
Parent(s):
cb7341c
Add 'Fine_Grained' config data files
Browse files
Fine_Grained/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:202503e8552bfe140c83d8a8c4790cc8b2c95a89c6e7f11497586246e4586ea3
|
3 |
+
size 147890
|
Fine_Grained/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:00eadf726850f32bb4f338f2700387d6113e4dae764e0423cd9cc7aaf1d02b15
|
3 |
+
size 525885
|
Fine_Grained/validation-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:00eadf726850f32bb4f338f2700387d6113e4dae764e0423cd9cc7aaf1d02b15
|
3 |
+
size 525885
|
README.md
CHANGED
@@ -58,16 +58,16 @@ dataset_info:
|
|
58 |
'4': Profane/Untargeted
|
59 |
splits:
|
60 |
- name: train
|
61 |
-
num_bytes:
|
62 |
num_examples: 7208
|
63 |
- name: test
|
64 |
-
num_bytes:
|
65 |
num_examples: 2002
|
66 |
- name: validation
|
67 |
-
num_bytes:
|
68 |
num_examples: 7208
|
69 |
-
download_size:
|
70 |
-
dataset_size:
|
71 |
configs:
|
72 |
- config_name: Coarse_Grained
|
73 |
data_files:
|
@@ -78,6 +78,14 @@ configs:
|
|
78 |
- split: validation
|
79 |
path: Coarse_Grained/validation-*
|
80 |
default: true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
81 |
---
|
82 |
|
83 |
# Dataset Card for roman_urdu_hate_speech
|
|
|
58 |
'4': Profane/Untargeted
|
59 |
splits:
|
60 |
- name: train
|
61 |
+
num_bytes: 723666
|
62 |
num_examples: 7208
|
63 |
- name: test
|
64 |
+
num_bytes: 203590
|
65 |
num_examples: 2002
|
66 |
- name: validation
|
67 |
+
num_bytes: 723666
|
68 |
num_examples: 7208
|
69 |
+
download_size: 1199660
|
70 |
+
dataset_size: 1650922
|
71 |
configs:
|
72 |
- config_name: Coarse_Grained
|
73 |
data_files:
|
|
|
78 |
- split: validation
|
79 |
path: Coarse_Grained/validation-*
|
80 |
default: true
|
81 |
+
- config_name: Fine_Grained
|
82 |
+
data_files:
|
83 |
+
- split: train
|
84 |
+
path: Fine_Grained/train-*
|
85 |
+
- split: test
|
86 |
+
path: Fine_Grained/test-*
|
87 |
+
- split: validation
|
88 |
+
path: Fine_Grained/validation-*
|
89 |
---
|
90 |
|
91 |
# Dataset Card for roman_urdu_hate_speech
|