Datasets:
Tasks:
Text Classification
Sub-tasks:
natural-language-inference
Languages:
Tagalog
Size:
100K<n<1M
ArXiv:
License:
Commit
•
70f6170
1
Parent(s):
c542eb7
Replace YAML keys from int to str (#2)
Browse files- Replace YAML keys from int to str (7b551f6330d1e9662b28d5b4503fc8e3d0c93911)
README.md
CHANGED
@@ -29,8 +29,8 @@ dataset_info:
|
|
29 |
dtype:
|
30 |
class_label:
|
31 |
names:
|
32 |
-
0: '0'
|
33 |
-
1: '1'
|
34 |
splits:
|
35 |
- name: train
|
36 |
num_bytes: 154510599
|
|
|
29 |
dtype:
|
30 |
class_label:
|
31 |
names:
|
32 |
+
'0': '0'
|
33 |
+
'1': '1'
|
34 |
splits:
|
35 |
- name: train
|
36 |
num_bytes: 154510599
|