lhoestq HF Staff commited on
Commit
b34682c
·
verified ·
1 Parent(s): f9205bb

Convert dataset to Parquet

Browse files

Convert dataset to Parquet.

README.md CHANGED
@@ -19,20 +19,8 @@ task_ids:
19
  - named-entity-recognition
20
  paperswithcode_id: conll
21
  pretty_name: CoNLL++
22
- train-eval-index:
23
- - config: conllpp
24
- task: token-classification
25
- task_id: entity_extraction
26
- splits:
27
- train_split: train
28
- eval_split: test
29
- col_mapping:
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
@@ -42,106 +30,128 @@ dataset_info:
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: train
135
- num_bytes: 6931393
136
  num_examples: 14041
137
  - name: validation
138
- num_bytes: 1739247
139
  num_examples: 3250
140
  - name: test
141
- num_bytes: 1582078
142
  num_examples: 3453
143
- download_size: 4859600
144
- dataset_size: 10252718
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
145
  ---
146
 
147
  # Dataset Card for "conllpp"
 
19
  - named-entity-recognition
20
  paperswithcode_id: conll
21
  pretty_name: CoNLL++
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  dataset_info:
23
+ config_name: conllpp
24
  features:
25
  - name: id
26
  dtype: string
 
30
  sequence:
31
  class_label:
32
  names:
33
+ '0': '"'
34
+ '1': ''''''
35
+ '2': '#'
36
+ '3': $
37
+ '4': (
38
+ '5': )
39
+ '6': ','
40
+ '7': .
41
+ '8': ':'
42
+ '9': '``'
43
+ '10': CC
44
+ '11': CD
45
+ '12': DT
46
+ '13': EX
47
+ '14': FW
48
+ '15': IN
49
+ '16': JJ
50
+ '17': JJR
51
+ '18': JJS
52
+ '19': LS
53
+ '20': MD
54
+ '21': NN
55
+ '22': NNP
56
+ '23': NNPS
57
+ '24': NNS
58
+ '25': NN|SYM
59
+ '26': PDT
60
+ '27': POS
61
+ '28': PRP
62
+ '29': PRP$
63
+ '30': RB
64
+ '31': RBR
65
+ '32': RBS
66
+ '33': RP
67
+ '34': SYM
68
+ '35': TO
69
+ '36': UH
70
+ '37': VB
71
+ '38': VBD
72
+ '39': VBG
73
+ '40': VBN
74
+ '41': VBP
75
+ '42': VBZ
76
+ '43': WDT
77
+ '44': WP
78
+ '45': WP$
79
+ '46': WRB
80
  - name: chunk_tags
81
  sequence:
82
  class_label:
83
  names:
84
+ '0': O
85
+ '1': B-ADJP
86
+ '2': I-ADJP
87
+ '3': B-ADVP
88
+ '4': I-ADVP
89
+ '5': B-CONJP
90
+ '6': I-CONJP
91
+ '7': B-INTJ
92
+ '8': I-INTJ
93
+ '9': B-LST
94
+ '10': I-LST
95
+ '11': B-NP
96
+ '12': I-NP
97
+ '13': B-PP
98
+ '14': I-PP
99
+ '15': B-PRT
100
+ '16': I-PRT
101
+ '17': B-SBAR
102
+ '18': I-SBAR
103
+ '19': B-UCP
104
+ '20': I-UCP
105
+ '21': B-VP
106
+ '22': I-VP
107
  - name: ner_tags
108
  sequence:
109
  class_label:
110
  names:
111
+ '0': O
112
+ '1': B-PER
113
+ '2': I-PER
114
+ '3': B-ORG
115
+ '4': I-ORG
116
+ '5': B-LOC
117
+ '6': I-LOC
118
+ '7': B-MISC
119
+ '8': I-MISC
 
120
  splits:
121
  - name: train
122
+ num_bytes: 6931345
123
  num_examples: 14041
124
  - name: validation
125
+ num_bytes: 1739223
126
  num_examples: 3250
127
  - name: test
128
+ num_bytes: 1582054
129
  num_examples: 3453
130
+ download_size: 1807915
131
+ dataset_size: 10252622
132
+ configs:
133
+ - config_name: conllpp
134
+ data_files:
135
+ - split: train
136
+ path: conllpp/train-*
137
+ - split: validation
138
+ path: conllpp/validation-*
139
+ - split: test
140
+ path: conllpp/test-*
141
+ default: true
142
+ train-eval-index:
143
+ - config: conllpp
144
+ task: token-classification
145
+ task_id: entity_extraction
146
+ splits:
147
+ train_split: train
148
+ eval_split: test
149
+ col_mapping:
150
+ tokens: tokens
151
+ ner_tags: tags
152
+ metrics:
153
+ - type: seqeval
154
+ name: seqeval
155
  ---
156
 
157
  # Dataset Card for "conllpp"
conllpp/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a46d70c2e7056caa761057feb9ba80dc26db2bf1a9a09adb13beb513acb1b5a
3
+ size 276767
conllpp/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d4264892ad73c70e95f85b55754158a4b4269fed152121a31447a973597ceb19
3
+ size 1221036
conllpp/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:656885266739f8ab503bd89da609b53409a00541aa89603c81804762cafa9803
3
+ size 310112