Datasets:

Languages:
German
Multilinguality:
monolingual
Size Categories:
10K<n<100K
Language Creators:
found
Annotations Creators:
crowdsourced
Tags:
License:
albertvillanova HF staff commited on
Commit
ed44855
1 Parent(s): b0be5ed

Replace YAML keys from int to str (#2)

Browse files

- Replace YAML keys from int to str (74b6c118d793f5862233bc3c7e8444ba6aba8869)

Files changed (1) hide show
  1. README.md +9 -10
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