Datasets:
Tasks:
Text Classification
Sub-tasks:
multi-class-classification
Languages:
Tagalog
Size:
1K<n<10K
License:
Replace YAML keys from int to str
#2
by
albertvillanova
HF staff
- opened
README.md
CHANGED
@@ -28,32 +28,32 @@ dataset_info:
|
|
28 |
dtype:
|
29 |
class_label:
|
30 |
names:
|
31 |
-
0: '0'
|
32 |
-
1: '1'
|
33 |
- name: dengue
|
34 |
dtype:
|
35 |
class_label:
|
36 |
names:
|
37 |
-
0: '0'
|
38 |
-
1: '1'
|
39 |
- name: health
|
40 |
dtype:
|
41 |
class_label:
|
42 |
names:
|
43 |
-
0: '0'
|
44 |
-
1: '1'
|
45 |
- name: mosquito
|
46 |
dtype:
|
47 |
class_label:
|
48 |
names:
|
49 |
-
0: '0'
|
50 |
-
1: '1'
|
51 |
- name: sick
|
52 |
dtype:
|
53 |
class_label:
|
54 |
names:
|
55 |
-
0: '0'
|
56 |
-
1: '1'
|
57 |
splits:
|
58 |
- name: train
|
59 |
num_bytes: 428553
|
|
|
28 |
dtype:
|
29 |
class_label:
|
30 |
names:
|
31 |
+
'0': '0'
|
32 |
+
'1': '1'
|
33 |
- name: dengue
|
34 |
dtype:
|
35 |
class_label:
|
36 |
names:
|
37 |
+
'0': '0'
|
38 |
+
'1': '1'
|
39 |
- name: health
|
40 |
dtype:
|
41 |
class_label:
|
42 |
names:
|
43 |
+
'0': '0'
|
44 |
+
'1': '1'
|
45 |
- name: mosquito
|
46 |
dtype:
|
47 |
class_label:
|
48 |
names:
|
49 |
+
'0': '0'
|
50 |
+
'1': '1'
|
51 |
- name: sick
|
52 |
dtype:
|
53 |
class_label:
|
54 |
names:
|
55 |
+
'0': '0'
|
56 |
+
'1': '1'
|
57 |
splits:
|
58 |
- name: train
|
59 |
num_bytes: 428553
|