Datasets:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -20,6 +20,68 @@ paperswithcode_id: null
|
|
20 |
pretty_name: Interpress Turkish News Category Dataset (270K)
|
21 |
tags:
|
22 |
- news-category-classification
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
---
|
24 |
|
25 |
# Dataset Card for Interpress Turkish News Category Dataset (270K)
|
|
|
20 |
pretty_name: Interpress Turkish News Category Dataset (270K)
|
21 |
tags:
|
22 |
- news-category-classification
|
23 |
+
dataset_info:
|
24 |
+
features:
|
25 |
+
- name: id
|
26 |
+
dtype: int32
|
27 |
+
- name: title
|
28 |
+
dtype: string
|
29 |
+
- name: content
|
30 |
+
dtype: string
|
31 |
+
- name: category
|
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
|
76 |
+
splits:
|
77 |
+
- name: test
|
78 |
+
num_bytes: 184683629
|
79 |
+
num_examples: 54721
|
80 |
+
- name: train
|
81 |
+
num_bytes: 736098052
|
82 |
+
num_examples: 218880
|
83 |
+
download_size: 354802486
|
84 |
+
dataset_size: 920781681
|
85 |
---
|
86 |
|
87 |
# Dataset Card for Interpress Turkish News Category Dataset (270K)
|