Datasets:
Tasks:
Text Classification
Sub-tasks:
sentiment-analysis
Languages:
Tagalog
Size:
10K<n<100K
License:
Replace YAML keys from int to str
#2
by
albertvillanova
HF staff
- opened
README.md
CHANGED
@@ -17,7 +17,6 @@ task_categories:
|
|
17 |
- text-classification
|
18 |
task_ids:
|
19 |
- sentiment-analysis
|
20 |
-
paperswithcode_id: null
|
21 |
pretty_name: Hate Speech in Filipino
|
22 |
dataset_info:
|
23 |
features:
|
@@ -27,8 +26,8 @@ dataset_info:
|
|
27 |
dtype:
|
28 |
class_label:
|
29 |
names:
|
30 |
-
0: '0'
|
31 |
-
1: '1'
|
32 |
splits:
|
33 |
- name: train
|
34 |
num_bytes: 995919
|
|
|
17 |
- text-classification
|
18 |
task_ids:
|
19 |
- sentiment-analysis
|
|
|
20 |
pretty_name: Hate Speech in Filipino
|
21 |
dataset_info:
|
22 |
features:
|
|
|
26 |
dtype:
|
27 |
class_label:
|
28 |
names:
|
29 |
+
'0': '0'
|
30 |
+
'1': '1'
|
31 |
splits:
|
32 |
- name: train
|
33 |
num_bytes: 995919
|