lhoestq HF staff commited on
Commit
bd6e6b1
1 Parent(s): 5065af4

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +113 -3
README.md CHANGED
@@ -30,8 +30,118 @@ train-eval-index:
30
  tokens: tokens
31
  ner_tags: tags
32
  metrics:
33
- - type: seqeval
34
- name: seqeval
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
35
  ---
36
 
37
  # Dataset Card for "conllpp"
@@ -198,4 +308,4 @@ The data fields are the same among all splits.
198
 
199
  ### Contributions
200
 
201
- Thanks to [@ZihanWangKi](https://github.com/ZihanWangKi) for adding this dataset.
30
  tokens: tokens
31
  ner_tags: tags
32
  metrics:
33
+ - type: seqeval
34
+ name: seqeval
35
+ dataset_info:
36
+ features:
37
+ - name: id
38
+ dtype: string
39
+ - name: tokens
40
+ sequence: string
41
+ - name: pos_tags
42
+ sequence:
43
+ class_label:
44
+ names:
45
+ 0: '"'
46
+ 1: ''''''
47
+ 2: '#'
48
+ 3: $
49
+ 4: (
50
+ 5: )
51
+ 6: ','
52
+ 7: .
53
+ 8: ':'
54
+ 9: '``'
55
+ 10: CC
56
+ 11: CD
57
+ 12: DT
58
+ 13: EX
59
+ 14: FW
60
+ 15: IN
61
+ 16: JJ
62
+ 17: JJR
63
+ 18: JJS
64
+ 19: LS
65
+ 20: MD
66
+ 21: NN
67
+ 22: NNP
68
+ 23: NNPS
69
+ 24: NNS
70
+ 25: NN|SYM
71
+ 26: PDT
72
+ 27: POS
73
+ 28: PRP
74
+ 29: PRP$
75
+ 30: RB
76
+ 31: RBR
77
+ 32: RBS
78
+ 33: RP
79
+ 34: SYM
80
+ 35: TO
81
+ 36: UH
82
+ 37: VB
83
+ 38: VBD
84
+ 39: VBG
85
+ 40: VBN
86
+ 41: VBP
87
+ 42: VBZ
88
+ 43: WDT
89
+ 44: WP
90
+ 45: WP$
91
+ 46: WRB
92
+ - name: chunk_tags
93
+ sequence:
94
+ class_label:
95
+ names:
96
+ 0: O
97
+ 1: B-ADJP
98
+ 2: I-ADJP
99
+ 3: B-ADVP
100
+ 4: I-ADVP
101
+ 5: B-CONJP
102
+ 6: I-CONJP
103
+ 7: B-INTJ
104
+ 8: I-INTJ
105
+ 9: B-LST
106
+ 10: I-LST
107
+ 11: B-NP
108
+ 12: I-NP
109
+ 13: B-PP
110
+ 14: I-PP
111
+ 15: B-PRT
112
+ 16: I-PRT
113
+ 17: B-SBAR
114
+ 18: I-SBAR
115
+ 19: B-UCP
116
+ 20: I-UCP
117
+ 21: B-VP
118
+ 22: I-VP
119
+ - name: ner_tags
120
+ sequence:
121
+ class_label:
122
+ names:
123
+ 0: O
124
+ 1: B-PER
125
+ 2: I-PER
126
+ 3: B-ORG
127
+ 4: I-ORG
128
+ 5: B-LOC
129
+ 6: I-LOC
130
+ 7: B-MISC
131
+ 8: I-MISC
132
+ config_name: conllpp
133
+ splits:
134
+ - name: test
135
+ num_bytes: 1582078
136
+ num_examples: 3453
137
+ - name: train
138
+ num_bytes: 6931393
139
+ num_examples: 14041
140
+ - name: validation
141
+ num_bytes: 1739247
142
+ num_examples: 3250
143
+ download_size: 4859600
144
+ dataset_size: 10252718
145
  ---
146
 
147
  # Dataset Card for "conllpp"
308
 
309
  ### Contributions
310
 
311
+ Thanks to [@ZihanWangKi](https://github.com/ZihanWangKi) for adding this dataset.