Datasets:
Tasks:
Text Classification
Sub-tasks:
multi-class-classification
Languages:
Tagalog
Size:
1K<n<10K
License:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -20,6 +20,52 @@ task_ids:
|
|
20 |
- multi-class-classification
|
21 |
paperswithcode_id: dengue
|
22 |
pretty_name: Dengue Dataset in Filipino
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
---
|
24 |
|
25 |
# Dataset Card for Dengue Dataset in Filipino
|
@@ -161,4 +207,4 @@ Sample data:
|
|
161 |
|
162 |
### Contributions
|
163 |
|
164 |
-
Thanks to [@anaerobeth](https://github.com/anaerobeth) for adding this dataset.
|
|
|
20 |
- multi-class-classification
|
21 |
paperswithcode_id: dengue
|
22 |
pretty_name: Dengue Dataset in Filipino
|
23 |
+
dataset_info:
|
24 |
+
features:
|
25 |
+
- name: text
|
26 |
+
dtype: string
|
27 |
+
- name: absent
|
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: test
|
59 |
+
num_bytes: 428553
|
60 |
+
num_examples: 4015
|
61 |
+
- name: train
|
62 |
+
num_bytes: 428553
|
63 |
+
num_examples: 4015
|
64 |
+
- name: validation
|
65 |
+
num_bytes: 54384
|
66 |
+
num_examples: 500
|
67 |
+
download_size: 156014
|
68 |
+
dataset_size: 911490
|
69 |
---
|
70 |
|
71 |
# Dataset Card for Dengue Dataset in Filipino
|
|
|
207 |
|
208 |
### Contributions
|
209 |
|
210 |
+
Thanks to [@anaerobeth](https://github.com/anaerobeth) for adding this dataset.
|