Datasets:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -20,6 +20,34 @@ paperswithcode_id: null
|
|
20 |
pretty_name: Interpress Turkish News Category Dataset (270K - Lite Version)
|
21 |
tags:
|
22 |
- news-category-classification
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
---
|
24 |
|
25 |
# Dataset Card for Interpress Turkish News Category Dataset (270K - Lite Version)
|
|
|
20 |
pretty_name: Interpress Turkish News Category Dataset (270K - Lite Version)
|
21 |
tags:
|
22 |
- news-category-classification
|
23 |
+
dataset_info:
|
24 |
+
features:
|
25 |
+
- name: content
|
26 |
+
dtype: string
|
27 |
+
- name: category
|
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: test
|
44 |
+
num_bytes: 179348267
|
45 |
+
num_examples: 54721
|
46 |
+
- name: train
|
47 |
+
num_bytes: 721110711
|
48 |
+
num_examples: 218880
|
49 |
+
download_size: 342920336
|
50 |
+
dataset_size: 900458978
|
51 |
---
|
52 |
|
53 |
# Dataset Card for Interpress Turkish News Category Dataset (270K - Lite Version)
|