Datasets:
Commit
·
289ab19
1
Parent(s):
49d63c1
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
@@ -34,20 +34,20 @@ dataset_info:
|
|
34 |
dtype:
|
35 |
class_label:
|
36 |
names:
|
37 |
-
0: politics
|
38 |
-
1: sport
|
39 |
-
2: economy
|
40 |
-
3: health
|
41 |
-
4: entertainment
|
42 |
-
5: history
|
43 |
-
6: technology
|
44 |
-
7: tourism
|
45 |
-
8: culture
|
46 |
-
9: fashion
|
47 |
-
10: religion
|
48 |
-
11: environment
|
49 |
-
12: education
|
50 |
-
13: relationship
|
51 |
- name: kin_label
|
52 |
dtype: string
|
53 |
- name: en_label
|
@@ -73,20 +73,20 @@ dataset_info:
|
|
73 |
dtype:
|
74 |
class_label:
|
75 |
names:
|
76 |
-
0: politics
|
77 |
-
1: sport
|
78 |
-
2: economy
|
79 |
-
3: health
|
80 |
-
4: entertainment
|
81 |
-
5: history
|
82 |
-
6: technology
|
83 |
-
7: tourism
|
84 |
-
8: culture
|
85 |
-
9: fashion
|
86 |
-
10: religion
|
87 |
-
11: environment
|
88 |
-
12: education
|
89 |
-
13: relationship
|
90 |
- name: title
|
91 |
dtype: string
|
92 |
- name: content
|
@@ -106,20 +106,20 @@ dataset_info:
|
|
106 |
dtype:
|
107 |
class_label:
|
108 |
names:
|
109 |
-
0: politics
|
110 |
-
1: sport
|
111 |
-
2: economy
|
112 |
-
3: health
|
113 |
-
4: entertainment
|
114 |
-
5: history
|
115 |
-
6: technology
|
116 |
-
7: tourism
|
117 |
-
8: culture
|
118 |
-
9: fashion
|
119 |
-
10: religion
|
120 |
-
11: environment
|
121 |
-
12: education
|
122 |
-
13: relationship
|
123 |
- name: kir_label
|
124 |
dtype: string
|
125 |
- name: en_label
|
@@ -145,20 +145,20 @@ dataset_info:
|
|
145 |
dtype:
|
146 |
class_label:
|
147 |
names:
|
148 |
-
0: politics
|
149 |
-
1: sport
|
150 |
-
2: economy
|
151 |
-
3: health
|
152 |
-
4: entertainment
|
153 |
-
5: history
|
154 |
-
6: technology
|
155 |
-
7: tourism
|
156 |
-
8: culture
|
157 |
-
9: fashion
|
158 |
-
10: religion
|
159 |
-
11: environment
|
160 |
-
12: education
|
161 |
-
13: relationship
|
162 |
- name: title
|
163 |
dtype: string
|
164 |
- name: content
|
|
|
34 |
dtype:
|
35 |
class_label:
|
36 |
names:
|
37 |
+
'0': politics
|
38 |
+
'1': sport
|
39 |
+
'2': economy
|
40 |
+
'3': health
|
41 |
+
'4': entertainment
|
42 |
+
'5': history
|
43 |
+
'6': technology
|
44 |
+
'7': tourism
|
45 |
+
'8': culture
|
46 |
+
'9': fashion
|
47 |
+
'10': religion
|
48 |
+
'11': environment
|
49 |
+
'12': education
|
50 |
+
'13': relationship
|
51 |
- name: kin_label
|
52 |
dtype: string
|
53 |
- name: en_label
|
|
|
73 |
dtype:
|
74 |
class_label:
|
75 |
names:
|
76 |
+
'0': politics
|
77 |
+
'1': sport
|
78 |
+
'2': economy
|
79 |
+
'3': health
|
80 |
+
'4': entertainment
|
81 |
+
'5': history
|
82 |
+
'6': technology
|
83 |
+
'7': tourism
|
84 |
+
'8': culture
|
85 |
+
'9': fashion
|
86 |
+
'10': religion
|
87 |
+
'11': environment
|
88 |
+
'12': education
|
89 |
+
'13': relationship
|
90 |
- name: title
|
91 |
dtype: string
|
92 |
- name: content
|
|
|
106 |
dtype:
|
107 |
class_label:
|
108 |
names:
|
109 |
+
'0': politics
|
110 |
+
'1': sport
|
111 |
+
'2': economy
|
112 |
+
'3': health
|
113 |
+
'4': entertainment
|
114 |
+
'5': history
|
115 |
+
'6': technology
|
116 |
+
'7': tourism
|
117 |
+
'8': culture
|
118 |
+
'9': fashion
|
119 |
+
'10': religion
|
120 |
+
'11': environment
|
121 |
+
'12': education
|
122 |
+
'13': relationship
|
123 |
- name: kir_label
|
124 |
dtype: string
|
125 |
- name: en_label
|
|
|
145 |
dtype:
|
146 |
class_label:
|
147 |
names:
|
148 |
+
'0': politics
|
149 |
+
'1': sport
|
150 |
+
'2': economy
|
151 |
+
'3': health
|
152 |
+
'4': entertainment
|
153 |
+
'5': history
|
154 |
+
'6': technology
|
155 |
+
'7': tourism
|
156 |
+
'8': culture
|
157 |
+
'9': fashion
|
158 |
+
'10': religion
|
159 |
+
'11': environment
|
160 |
+
'12': education
|
161 |
+
'13': relationship
|
162 |
- name: title
|
163 |
dtype: string
|
164 |
- name: content
|