Datasets:
Commit
•
1fd7334
1
Parent(s):
960f723
Replace YAML keys from int to str (#2)
Browse files- Replace YAML keys from int to str (3870c2339e55916e493297683711c136daec09de)
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 - Lite Version)
|
21 |
tags:
|
22 |
- news-category-classification
|
@@ -28,16 +27,16 @@ dataset_info:
|
|
28 |
dtype:
|
29 |
class_label:
|
30 |
names:
|
31 |
-
0: kültürsanat
|
32 |
-
1: ekonomi
|
33 |
-
2: siyaset
|
34 |
-
3: eğitim
|
35 |
-
4: dünya
|
36 |
-
5: spor
|
37 |
-
6: teknoloji
|
38 |
-
7: magazin
|
39 |
-
8: sağlık
|
40 |
-
9: gündem
|
41 |
config_name: 270k_10class
|
42 |
splits:
|
43 |
- name: train
|
|
|
16 |
task_categories:
|
17 |
- text-classification
|
18 |
task_ids: []
|
|
|
19 |
pretty_name: Interpress Turkish News Category Dataset (270K - Lite Version)
|
20 |
tags:
|
21 |
- news-category-classification
|
|
|
27 |
dtype:
|
28 |
class_label:
|
29 |
names:
|
30 |
+
'0': kültürsanat
|
31 |
+
'1': ekonomi
|
32 |
+
'2': siyaset
|
33 |
+
'3': eğitim
|
34 |
+
'4': dünya
|
35 |
+
'5': spor
|
36 |
+
'6': teknoloji
|
37 |
+
'7': magazin
|
38 |
+
'8': sağlık
|
39 |
+
'9': gündem
|
40 |
config_name: 270k_10class
|
41 |
splits:
|
42 |
- name: train
|