lhoestq HF Staff commited on
Commit
05a484d
·
verified ·
1 Parent(s): 3f1cce9

Convert dataset to Parquet

Browse files

Convert dataset to Parquet.

README.md CHANGED
@@ -21,6 +21,7 @@ task_ids:
21
  paperswithcode_id: conll-2003
22
  pretty_name: CoNLL-2003
23
  dataset_info:
 
24
  features:
25
  - name: id
26
  dtype: string
@@ -117,7 +118,6 @@ dataset_info:
117
  '6': I-LOC
118
  '7': B-MISC
119
  '8': I-MISC
120
- config_name: conll2003
121
  splits:
122
  - name: train
123
  num_bytes: 6931345
@@ -128,8 +128,18 @@ dataset_info:
128
  - name: test
129
  num_bytes: 1582054
130
  num_examples: 3453
131
- download_size: 982975
132
  dataset_size: 10252622
 
 
 
 
 
 
 
 
 
 
133
  train-eval-index:
134
  - config: conll2003
135
  task: token-classification
 
21
  paperswithcode_id: conll-2003
22
  pretty_name: CoNLL-2003
23
  dataset_info:
24
+ config_name: conll2003
25
  features:
26
  - name: id
27
  dtype: string
 
118
  '6': I-LOC
119
  '7': B-MISC
120
  '8': I-MISC
 
121
  splits:
122
  - name: train
123
  num_bytes: 6931345
 
128
  - name: test
129
  num_bytes: 1582054
130
  num_examples: 3453
131
+ download_size: 1812683
132
  dataset_size: 10252622
133
+ configs:
134
+ - config_name: conll2003
135
+ data_files:
136
+ - split: train
137
+ path: conll2003/train-*
138
+ - split: validation
139
+ path: conll2003/validation-*
140
+ - split: test
141
+ path: conll2003/test-*
142
+ default: true
143
  train-eval-index:
144
  - config: conll2003
145
  task: token-classification
conll2003/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f0541d49ef340c01fb3ac62c56c4f2798de8d07f2f933de15895c1b6b094a25
3
+ size 281535
conll2003/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
conll2003/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