lhoestq HF staff commited on
Commit
f1309a8
1 Parent(s): 48d59a6

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +27 -1
README.md CHANGED
@@ -19,6 +19,32 @@ task_ids:
19
  - topic-classification
20
  paperswithcode_id: null
21
  pretty_name: 10k German News Articles Datasets
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  ---
23
 
24
  # Dataset Card for 10k German News Articles Datasets
@@ -166,4 +192,4 @@ Please consider citing the authors of the "One Million Post Corpus" if you use t
166
 
167
  ### Contributions
168
 
169
- Thanks to [@stevhliu](https://github.com/stevhliu) for adding this dataset.
 
19
  - topic-classification
20
  paperswithcode_id: null
21
  pretty_name: 10k German News Articles Datasets
22
+ dataset_info:
23
+ features:
24
+ - name: text
25
+ dtype: string
26
+ - name: label
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: test
41
+ num_bytes: 2756405
42
+ num_examples: 1028
43
+ - name: train
44
+ num_bytes: 24418224
45
+ num_examples: 9245
46
+ download_size: 27160809
47
+ dataset_size: 27174629
48
  ---
49
 
50
  # Dataset Card for 10k German News Articles Datasets
 
192
 
193
  ### Contributions
194
 
195
+ Thanks to [@stevhliu](https://github.com/stevhliu) for adding this dataset.