phucdev commited on
Commit
27786a7
1 Parent(s): 7a18504

Convert dataset to Parquet

Browse files

Convert dataset to Parquet.

README.md CHANGED
@@ -325,7 +325,7 @@ dataset_info:
325
  - name: validation
326
  num_bytes: 251031
327
  num_examples: 494
328
- download_size: 8190212
329
  dataset_size: 1717881
330
  - config_name: re
331
  features:
@@ -402,6 +402,16 @@ dataset_info:
402
  num_examples: 228
403
  download_size: 8190212
404
  dataset_size: 1728794
 
 
 
 
 
 
 
 
 
 
405
  ---
406
 
407
  # Dataset Card for "MobIE"
 
325
  - name: validation
326
  num_bytes: 251031
327
  num_examples: 494
328
+ download_size: 486201
329
  dataset_size: 1717881
330
  - config_name: re
331
  features:
 
402
  num_examples: 228
403
  download_size: 8190212
404
  dataset_size: 1728794
405
+ configs:
406
+ - config_name: ner
407
+ data_files:
408
+ - split: train
409
+ path: ner/train-*
410
+ - split: test
411
+ path: ner/test-*
412
+ - split: validation
413
+ path: ner/validation-*
414
+ default: true
415
  ---
416
 
417
  # Dataset Card for "MobIE"
ner/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ece74ddbc122f34da21a6133bbb341925d78f4d7860d42ec6aec9974b06d65d
3
+ size 88257
ner/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:76ff86ae180a72d457d4a231525192a7fd531466922979bbf55ba7f604277556
3
+ size 315599
ner/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d7327fb3caae921c489ea6909c89c031986198650932d7d0b21d33ec3e2002fe
3
+ size 82345