nillo36 commited on
Commit
2494a8c
1 Parent(s): d4f0402

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +32 -0
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: 3412290
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)