Datasets:
Commit
•
9557df1
1
Parent(s):
5666193
Replace YAML keys from int to str (#2)
Browse files- Replace YAML keys from int to str (225ec9c28e8d892a67e16fcec308d0b6569f1a91)
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: Interpress Turkish News Category Dataset (270K)
|
21 |
tags:
|
22 |
- news-category-classification
|
@@ -32,44 +31,44 @@ dataset_info:
|
|
32 |
dtype:
|
33 |
class_label:
|
34 |
names:
|
35 |
-
0: aktuel
|
36 |
-
1: bilisim
|
37 |
-
2: egitim
|
38 |
-
3: ekonomi
|
39 |
-
4: gida
|
40 |
-
5: iletisim
|
41 |
-
6: kultursanat
|
42 |
-
7: magazin
|
43 |
-
8: saglik
|
44 |
-
9: savunma
|
45 |
-
10: seyahat
|
46 |
-
11: siyasi
|
47 |
-
12: spor
|
48 |
-
13: teknoloji
|
49 |
-
14: ticaret
|
50 |
-
15: turizm
|
51 |
-
16: yasam
|
52 |
- name: categorycode
|
53 |
dtype:
|
54 |
class_label:
|
55 |
names:
|
56 |
-
0: '0'
|
57 |
-
1: '1'
|
58 |
-
2: '2'
|
59 |
-
3: '3'
|
60 |
-
4: '4'
|
61 |
-
5: '5'
|
62 |
-
6: '6'
|
63 |
-
7: '7'
|
64 |
-
8: '8'
|
65 |
-
9: '9'
|
66 |
-
10: '10'
|
67 |
-
11: '11'
|
68 |
-
12: '12'
|
69 |
-
13: '13'
|
70 |
-
14: '14'
|
71 |
-
15: '15'
|
72 |
-
16: '16'
|
73 |
- name: publishdatetime
|
74 |
dtype: string
|
75 |
config_name: 270k
|
|
|
16 |
task_categories:
|
17 |
- text-classification
|
18 |
task_ids: []
|
|
|
19 |
pretty_name: Interpress Turkish News Category Dataset (270K)
|
20 |
tags:
|
21 |
- news-category-classification
|
|
|
31 |
dtype:
|
32 |
class_label:
|
33 |
names:
|
34 |
+
'0': aktuel
|
35 |
+
'1': bilisim
|
36 |
+
'2': egitim
|
37 |
+
'3': ekonomi
|
38 |
+
'4': gida
|
39 |
+
'5': iletisim
|
40 |
+
'6': kultursanat
|
41 |
+
'7': magazin
|
42 |
+
'8': saglik
|
43 |
+
'9': savunma
|
44 |
+
'10': seyahat
|
45 |
+
'11': siyasi
|
46 |
+
'12': spor
|
47 |
+
'13': teknoloji
|
48 |
+
'14': ticaret
|
49 |
+
'15': turizm
|
50 |
+
'16': yasam
|
51 |
- name: categorycode
|
52 |
dtype:
|
53 |
class_label:
|
54 |
names:
|
55 |
+
'0': '0'
|
56 |
+
'1': '1'
|
57 |
+
'2': '2'
|
58 |
+
'3': '3'
|
59 |
+
'4': '4'
|
60 |
+
'5': '5'
|
61 |
+
'6': '6'
|
62 |
+
'7': '7'
|
63 |
+
'8': '8'
|
64 |
+
'9': '9'
|
65 |
+
'10': '10'
|
66 |
+
'11': '11'
|
67 |
+
'12': '12'
|
68 |
+
'13': '13'
|
69 |
+
'14': '14'
|
70 |
+
'15': '15'
|
71 |
+
'16': '16'
|
72 |
- name: publishdatetime
|
73 |
dtype: string
|
74 |
config_name: 270k
|