Datasets:

Languages:
German
Multilinguality:
monolingual
Size Categories:
10K<n<100K
Language Creators:
found
Annotations Creators:
crowdsourced
Source Datasets:
original
Tags:
License:
lhoestq HF staff commited on
Commit
6d8c4f4
1 Parent(s): c85ecce

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +26 -1
README.md CHANGED
@@ -19,6 +19,31 @@ task_ids:
19
  - named-entity-recognition
20
  paperswithcode_id: null
21
  pretty_name: GermaNER
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  ---
23
 
24
  # Dataset Card for GermaNER
@@ -220,4 +245,4 @@ END OF TERMS AND CONDITIONS
220
 
221
  ### Contributions
222
 
223
- Thanks to [@abhishekkrthakur](https://github.com/abhishekkrthakur) for adding this dataset.
 
19
  - named-entity-recognition
20
  paperswithcode_id: null
21
  pretty_name: GermaNER
22
+ dataset_info:
23
+ features:
24
+ - name: id
25
+ dtype: string
26
+ - name: tokens
27
+ sequence: string
28
+ - name: ner_tags
29
+ sequence:
30
+ class_label:
31
+ names:
32
+ 0: B-LOC
33
+ 1: B-ORG
34
+ 2: B-OTH
35
+ 3: B-PER
36
+ 4: I-LOC
37
+ 5: I-ORG
38
+ 6: I-OTH
39
+ 7: I-PER
40
+ 8: O
41
+ splits:
42
+ - name: train
43
+ num_bytes: 9059606
44
+ num_examples: 26200
45
+ download_size: 4363657
46
+ dataset_size: 9059606
47
  ---
48
 
49
  # Dataset Card for GermaNER
 
245
 
246
  ### Contributions
247
 
248
+ Thanks to [@abhishekkrthakur](https://github.com/abhishekkrthakur) for adding this dataset.