Datasets:
Tasks:
Text Classification
Sub-tasks:
sentiment-analysis
Languages:
Tagalog
Size:
10K<n<100K
License:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -19,6 +19,28 @@ task_ids:
|
|
19 |
- sentiment-analysis
|
20 |
paperswithcode_id: null
|
21 |
pretty_name: Hate Speech in Filipino
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
---
|
23 |
|
24 |
# Dataset Card for Hate Speech in Filipino
|
@@ -158,4 +180,4 @@ Data preprocessing was performed to prepare the tweets for feature extraction an
|
|
158 |
|
159 |
### Contributions
|
160 |
|
161 |
-
Thanks to [@anaerobeth](https://github.com/anaerobeth) for adding this dataset.
|
|
|
19 |
- sentiment-analysis
|
20 |
paperswithcode_id: null
|
21 |
pretty_name: Hate Speech in Filipino
|
22 |
+
dataset_info:
|
23 |
+
features:
|
24 |
+
- name: text
|
25 |
+
dtype: string
|
26 |
+
- name: label
|
27 |
+
dtype:
|
28 |
+
class_label:
|
29 |
+
names:
|
30 |
+
0: '0'
|
31 |
+
1: '1'
|
32 |
+
splits:
|
33 |
+
- name: test
|
34 |
+
num_bytes: 995919
|
35 |
+
num_examples: 10000
|
36 |
+
- name: train
|
37 |
+
num_bytes: 995919
|
38 |
+
num_examples: 10000
|
39 |
+
- name: validation
|
40 |
+
num_bytes: 424365
|
41 |
+
num_examples: 4232
|
42 |
+
download_size: 822927
|
43 |
+
dataset_size: 2416203
|
44 |
---
|
45 |
|
46 |
# Dataset Card for Hate Speech in Filipino
|
|
|
180 |
|
181 |
### Contributions
|
182 |
|
183 |
+
Thanks to [@anaerobeth](https://github.com/anaerobeth) for adding this dataset.
|