usr256864 commited on
Commit
bc93fe3
·
verified ·
1 Parent(s): 421e131

Upload 3 files

Browse files
Files changed (3) hide show
  1. dataset.arrow +3 -0
  2. dataset_info.json +51 -0
  3. state.json +14 -0
dataset.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1748d664aa7b31bc7717a033ea10502a44075071234300d6c3a4ee7350f838b0
3
+ size 10575257528
dataset_info.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "",
3
+ "description": "",
4
+ "features": {
5
+ "passage": {
6
+ "dtype": "string",
7
+ "_type": "Value"
8
+ },
9
+ "index": {
10
+ "dtype": "int64",
11
+ "_type": "Value"
12
+ },
13
+ "linked_entities": {
14
+ "feature": {
15
+ "dtype": "string",
16
+ "_type": "Value"
17
+ },
18
+ "_type": "Sequence"
19
+ },
20
+ "linked_entities_ids": {
21
+ "feature": {
22
+ "dtype": "string",
23
+ "_type": "Value"
24
+ },
25
+ "_type": "Sequence"
26
+ },
27
+ "mentions": {
28
+ "feature": {
29
+ "dtype": "string",
30
+ "_type": "Value"
31
+ },
32
+ "_type": "Sequence"
33
+ },
34
+ "mentions_start_pos": {
35
+ "feature": {
36
+ "dtype": "int64",
37
+ "_type": "Value"
38
+ },
39
+ "_type": "Sequence"
40
+ },
41
+ "mentions_end_pos": {
42
+ "feature": {
43
+ "dtype": "int64",
44
+ "_type": "Value"
45
+ },
46
+ "_type": "Sequence"
47
+ }
48
+ },
49
+ "homepage": "",
50
+ "license": ""
51
+ }
state.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "dataset.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "d9451d9b0fd03332",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_indexes": {},
12
+ "_output_all_columns": false,
13
+ "_split": null
14
+ }