Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
topic-classification
Languages:
German
Size:
1K - 10K
Commit
·
76ef7b1
1
Parent(s):
9045f2e
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: text
|
5 |
+
dtype: string
|
6 |
+
- name: label
|
7 |
+
dtype:
|
8 |
+
class_label:
|
9 |
+
names:
|
10 |
+
'0': amerika
|
11 |
+
'1': asien
|
12 |
+
'2': finanzen
|
13 |
+
'3': innenpolitik
|
14 |
+
'4': sportschau
|
15 |
+
'5': unternehmen
|
16 |
+
'6': verbraucher
|
17 |
+
splits:
|
18 |
+
- name: train
|
19 |
+
num_bytes: 4400114
|
20 |
+
num_examples: 1200
|
21 |
+
- name: validation
|
22 |
+
num_bytes: 555716
|
23 |
+
num_examples: 150
|
24 |
+
- name: test
|
25 |
+
num_bytes: 555716
|
26 |
+
num_examples: 150
|
27 |
+
download_size: 3412287
|
28 |
+
dataset_size: 5511546
|
29 |
+
---
|
30 |
+
# Dataset Card for "tagesschau"
|
31 |
+
|
32 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|