fleonce commited on
Commit
6531c54
·
verified ·
1 Parent(s): cf9ef57

Convert dataset to Parquet

Browse files

Convert dataset to Parquet.

README.md CHANGED
@@ -12,6 +12,35 @@ task_categories:
12
  task_ids:
13
  - named-entity-recognition
14
  pretty_name: Ontonotes5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
  ---
16
 
17
  # Dataset Card for "tner/ontonotes5"
 
12
  task_ids:
13
  - named-entity-recognition
14
  pretty_name: Ontonotes5
15
+ configs:
16
+ - config_name: ontonotes5
17
+ data_files:
18
+ - split: train
19
+ path: ontonotes5/train-*
20
+ - split: validation
21
+ path: ontonotes5/validation-*
22
+ - split: test
23
+ path: ontonotes5/test-*
24
+ default: true
25
+ dataset_info:
26
+ config_name: ontonotes5
27
+ features:
28
+ - name: tokens
29
+ sequence: string
30
+ - name: tags
31
+ sequence: int32
32
+ splits:
33
+ - name: train
34
+ num_bytes: 13828647
35
+ num_examples: 59924
36
+ - name: validation
37
+ num_bytes: 1874112
38
+ num_examples: 8528
39
+ - name: test
40
+ num_bytes: 1934244
41
+ num_examples: 8262
42
+ download_size: 4700778
43
+ dataset_size: 17637003
44
  ---
45
 
46
  # Dataset Card for "tner/ontonotes5"
ontonotes5/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd65f4a93eee76f1949c50a8d68e8f1c2b40840eff333cca8e08b8bfb98f5560
3
+ size 516218
ontonotes5/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69fc972b2286c9238837abe95e1c51c6e37b18901ba4364ae79b4521cf02e5c8
3
+ size 3670645
ontonotes5/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e51eaffa0ee4e1783bf2c7dae7c25ca9a7c9e478aea36695cd7ae415a410abaf
3
+ size 513915