lhoestq HF staff commited on
Commit
202f160
·
1 Parent(s): bb90952

add dataset_info in dataset metadata

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