Replace YAML keys from int to str
#1
by
albertvillanova
HF staff
- opened
README.md
CHANGED
@@ -16,7 +16,6 @@ source_datasets:
|
|
16 |
task_categories:
|
17 |
- text-classification
|
18 |
task_ids: []
|
19 |
-
paperswithcode_id: null
|
20 |
pretty_name: TTC4900 - A Benchmark Data for Turkish Text Categorization
|
21 |
tags:
|
22 |
- news-category-classification
|
@@ -26,13 +25,13 @@ dataset_info:
|
|
26 |
dtype:
|
27 |
class_label:
|
28 |
names:
|
29 |
-
0: siyaset
|
30 |
-
1: dunya
|
31 |
-
2: ekonomi
|
32 |
-
3: kultur
|
33 |
-
4: saglik
|
34 |
-
5: spor
|
35 |
-
6: teknoloji
|
36 |
- name: text
|
37 |
dtype: string
|
38 |
config_name: ttc4900
|
|
|
16 |
task_categories:
|
17 |
- text-classification
|
18 |
task_ids: []
|
|
|
19 |
pretty_name: TTC4900 - A Benchmark Data for Turkish Text Categorization
|
20 |
tags:
|
21 |
- news-category-classification
|
|
|
25 |
dtype:
|
26 |
class_label:
|
27 |
names:
|
28 |
+
'0': siyaset
|
29 |
+
'1': dunya
|
30 |
+
'2': ekonomi
|
31 |
+
'3': kultur
|
32 |
+
'4': saglik
|
33 |
+
'5': spor
|
34 |
+
'6': teknoloji
|
35 |
- name: text
|
36 |
dtype: string
|
37 |
config_name: ttc4900
|