Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
csv
Languages:
Tagalog
Size:
10K - 100K
DOI:
License:
scaredmeow
commited on
Commit
•
a411330
1
Parent(s):
1e4d839
Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
license:
|
3 |
task_categories:
|
4 |
- text-classification
|
5 |
language:
|
@@ -9,6 +9,16 @@ tags:
|
|
9 |
- shopee
|
10 |
size_categories:
|
11 |
- 10K<n<100K
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
---
|
13 |
|
14 |
# Dataset Card for Dataset Name
|
|
|
1 |
---
|
2 |
+
license: odc-by
|
3 |
task_categories:
|
4 |
- text-classification
|
5 |
language:
|
|
|
9 |
- shopee
|
10 |
size_categories:
|
11 |
- 10K<n<100K
|
12 |
+
dataset_info:
|
13 |
+
features:
|
14 |
+
- name: text
|
15 |
+
dtype: string
|
16 |
+
- name: label
|
17 |
+
dtype:
|
18 |
+
class_label:
|
19 |
+
names:
|
20 |
+
'0': negative
|
21 |
+
'1': positive
|
22 |
---
|
23 |
|
24 |
# Dataset Card for Dataset Name
|