lhoestq HF staff commited on
Commit
668ca86
1 Parent(s): 7e6aa4f

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +80 -1
README.md CHANGED
@@ -1,6 +1,85 @@
1
  ---
2
  paperswithcode_id: null
3
  pretty_name: GermEval14
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  ---
5
 
6
  # Dataset Card for "germeval_14"
@@ -167,4 +246,4 @@ The data fields are the same among all splits.
167
 
168
  ### Contributions
169
 
170
- Thanks to [@thomwolf](https://github.com/thomwolf), [@jplu](https://github.com/jplu), [@lewtun](https://github.com/lewtun), [@lhoestq](https://github.com/lhoestq), [@stefan-it](https://github.com/stefan-it), [@mariamabarham](https://github.com/mariamabarham) for adding this dataset.
 
1
  ---
2
  paperswithcode_id: null
3
  pretty_name: GermEval14
4
+ dataset_info:
5
+ features:
6
+ - name: id
7
+ dtype: string
8
+ - name: source
9
+ dtype: string
10
+ - name: tokens
11
+ sequence: string
12
+ - name: ner_tags
13
+ sequence:
14
+ class_label:
15
+ names:
16
+ 0: O
17
+ 1: B-LOC
18
+ 2: I-LOC
19
+ 3: B-LOCderiv
20
+ 4: I-LOCderiv
21
+ 5: B-LOCpart
22
+ 6: I-LOCpart
23
+ 7: B-ORG
24
+ 8: I-ORG
25
+ 9: B-ORGderiv
26
+ 10: I-ORGderiv
27
+ 11: B-ORGpart
28
+ 12: I-ORGpart
29
+ 13: B-OTH
30
+ 14: I-OTH
31
+ 15: B-OTHderiv
32
+ 16: I-OTHderiv
33
+ 17: B-OTHpart
34
+ 18: I-OTHpart
35
+ 19: B-PER
36
+ 20: I-PER
37
+ 21: B-PERderiv
38
+ 22: I-PERderiv
39
+ 23: B-PERpart
40
+ 24: I-PERpart
41
+ - name: nested_ner_tags
42
+ sequence:
43
+ class_label:
44
+ names:
45
+ 0: O
46
+ 1: B-LOC
47
+ 2: I-LOC
48
+ 3: B-LOCderiv
49
+ 4: I-LOCderiv
50
+ 5: B-LOCpart
51
+ 6: I-LOCpart
52
+ 7: B-ORG
53
+ 8: I-ORG
54
+ 9: B-ORGderiv
55
+ 10: I-ORGderiv
56
+ 11: B-ORGpart
57
+ 12: I-ORGpart
58
+ 13: B-OTH
59
+ 14: I-OTH
60
+ 15: B-OTHderiv
61
+ 16: I-OTHderiv
62
+ 17: B-OTHpart
63
+ 18: I-OTHpart
64
+ 19: B-PER
65
+ 20: I-PER
66
+ 21: B-PERderiv
67
+ 22: I-PERderiv
68
+ 23: B-PERpart
69
+ 24: I-PERpart
70
+ config_name: germeval_14
71
+ splits:
72
+ - name: test
73
+ num_bytes: 2943201
74
+ num_examples: 5100
75
+ - name: train
76
+ num_bytes: 13816714
77
+ num_examples: 24000
78
+ - name: validation
79
+ num_bytes: 1266974
80
+ num_examples: 2200
81
+ download_size: 10288972
82
+ dataset_size: 18026889
83
  ---
84
 
85
  # Dataset Card for "germeval_14"
 
246
 
247
  ### Contributions
248
 
249
+ Thanks to [@thomwolf](https://github.com/thomwolf), [@jplu](https://github.com/jplu), [@lewtun](https://github.com/lewtun), [@lhoestq](https://github.com/lhoestq), [@stefan-it](https://github.com/stefan-it), [@mariamabarham](https://github.com/mariamabarham) for adding this dataset.