Datasets:
Tasks:
Text Classification
Sub-tasks:
topic-classification
Languages:
English
Size:
10K<n<100K
License:
Commit
•
c0eae07
1
Parent(s):
cc40b98
Replace YAML keys from int to str
Browse filesReplace YAML metadata integer keys with strings, as the Hub does not support integers.
See: https://github.com/huggingface/datasets/issues/5275
README.md
CHANGED
@@ -33,74 +33,74 @@ dataset_info:
|
|
33 |
dtype:
|
34 |
class_label:
|
35 |
names:
|
36 |
-
0: neg
|
37 |
-
1: pos
|
38 |
- name: human_rights
|
39 |
dtype:
|
40 |
class_label:
|
41 |
names:
|
42 |
-
0: neg
|
43 |
-
1: pos
|
44 |
- name: quality_of_life
|
45 |
dtype:
|
46 |
class_label:
|
47 |
names:
|
48 |
-
0: neg
|
49 |
-
1: pos
|
50 |
- name: international
|
51 |
dtype:
|
52 |
class_label:
|
53 |
names:
|
54 |
-
0: neg
|
55 |
-
1: pos
|
56 |
- name: social
|
57 |
dtype:
|
58 |
class_label:
|
59 |
names:
|
60 |
-
0: neg
|
61 |
-
1: pos
|
62 |
- name: environment
|
63 |
dtype:
|
64 |
class_label:
|
65 |
names:
|
66 |
-
0: neg
|
67 |
-
1: pos
|
68 |
- name: economics
|
69 |
dtype:
|
70 |
class_label:
|
71 |
names:
|
72 |
-
0: neg
|
73 |
-
1: pos
|
74 |
- name: culture
|
75 |
dtype:
|
76 |
class_label:
|
77 |
names:
|
78 |
-
0: neg
|
79 |
-
1: pos
|
80 |
- name: labor
|
81 |
dtype:
|
82 |
class_label:
|
83 |
names:
|
84 |
-
0: neg
|
85 |
-
1: pos
|
86 |
- name: national_security
|
87 |
dtype:
|
88 |
class_label:
|
89 |
names:
|
90 |
-
0: neg
|
91 |
-
1: pos
|
92 |
- name: ict
|
93 |
dtype:
|
94 |
class_label:
|
95 |
names:
|
96 |
-
0: neg
|
97 |
-
1: pos
|
98 |
- name: education
|
99 |
dtype:
|
100 |
class_label:
|
101 |
names:
|
102 |
-
0: neg
|
103 |
-
1: pos
|
104 |
config_name: prachathai67k
|
105 |
splits:
|
106 |
- name: train
|
|
|
33 |
dtype:
|
34 |
class_label:
|
35 |
names:
|
36 |
+
'0': neg
|
37 |
+
'1': pos
|
38 |
- name: human_rights
|
39 |
dtype:
|
40 |
class_label:
|
41 |
names:
|
42 |
+
'0': neg
|
43 |
+
'1': pos
|
44 |
- name: quality_of_life
|
45 |
dtype:
|
46 |
class_label:
|
47 |
names:
|
48 |
+
'0': neg
|
49 |
+
'1': pos
|
50 |
- name: international
|
51 |
dtype:
|
52 |
class_label:
|
53 |
names:
|
54 |
+
'0': neg
|
55 |
+
'1': pos
|
56 |
- name: social
|
57 |
dtype:
|
58 |
class_label:
|
59 |
names:
|
60 |
+
'0': neg
|
61 |
+
'1': pos
|
62 |
- name: environment
|
63 |
dtype:
|
64 |
class_label:
|
65 |
names:
|
66 |
+
'0': neg
|
67 |
+
'1': pos
|
68 |
- name: economics
|
69 |
dtype:
|
70 |
class_label:
|
71 |
names:
|
72 |
+
'0': neg
|
73 |
+
'1': pos
|
74 |
- name: culture
|
75 |
dtype:
|
76 |
class_label:
|
77 |
names:
|
78 |
+
'0': neg
|
79 |
+
'1': pos
|
80 |
- name: labor
|
81 |
dtype:
|
82 |
class_label:
|
83 |
names:
|
84 |
+
'0': neg
|
85 |
+
'1': pos
|
86 |
- name: national_security
|
87 |
dtype:
|
88 |
class_label:
|
89 |
names:
|
90 |
+
'0': neg
|
91 |
+
'1': pos
|
92 |
- name: ict
|
93 |
dtype:
|
94 |
class_label:
|
95 |
names:
|
96 |
+
'0': neg
|
97 |
+
'1': pos
|
98 |
- name: education
|
99 |
dtype:
|
100 |
class_label:
|
101 |
names:
|
102 |
+
'0': neg
|
103 |
+
'1': pos
|
104 |
config_name: prachathai67k
|
105 |
splits:
|
106 |
- name: train
|