Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
topic-classification
Languages:
German
Size:
10K - 100K
License:
Replace YAML keys from int to str
#2
by
albertvillanova
HF staff
- opened
README.md
CHANGED
@@ -17,7 +17,6 @@ task_categories:
|
|
17 |
- text-classification
|
18 |
task_ids:
|
19 |
- topic-classification
|
20 |
-
paperswithcode_id: null
|
21 |
pretty_name: 10k German News Articles Datasets
|
22 |
dataset_info:
|
23 |
features:
|
@@ -27,15 +26,15 @@ dataset_info:
|
|
27 |
dtype:
|
28 |
class_label:
|
29 |
names:
|
30 |
-
0: Web
|
31 |
-
1: Panorama
|
32 |
-
2: International
|
33 |
-
3: Wirtschaft
|
34 |
-
4: Sport
|
35 |
-
5: Inland
|
36 |
-
6: Etat
|
37 |
-
7: Wissenschaft
|
38 |
-
8: Kultur
|
39 |
splits:
|
40 |
- name: train
|
41 |
num_bytes: 24418224
|
|
|
17 |
- text-classification
|
18 |
task_ids:
|
19 |
- topic-classification
|
|
|
20 |
pretty_name: 10k German News Articles Datasets
|
21 |
dataset_info:
|
22 |
features:
|
|
|
26 |
dtype:
|
27 |
class_label:
|
28 |
names:
|
29 |
+
'0': Web
|
30 |
+
'1': Panorama
|
31 |
+
'2': International
|
32 |
+
'3': Wirtschaft
|
33 |
+
'4': Sport
|
34 |
+
'5': Inland
|
35 |
+
'6': Etat
|
36 |
+
'7': Wissenschaft
|
37 |
+
'8': Kultur
|
38 |
splits:
|
39 |
- name: train
|
40 |
num_bytes: 24418224
|