ImportPrem commited on
Commit
9974c64
·
1 Parent(s): 4d3311d

Upload 2 files

Browse files
Files changed (2) hide show
  1. dataset_info.json +32 -0
  2. state.json +13 -0
dataset_info.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "",
3
+ "description": "",
4
+ "features": {
5
+ "train": {
6
+ "ground_truth": {
7
+ "gt_parse": {
8
+ "class": {
9
+ "dtype": "string",
10
+ "_type": "Value"
11
+ }
12
+ }
13
+ },
14
+ "image": {
15
+ "bytes": {
16
+ "dtype": "null",
17
+ "_type": "Value"
18
+ },
19
+ "path": {
20
+ "dtype": "string",
21
+ "_type": "Value"
22
+ }
23
+ },
24
+ "label": {
25
+ "dtype": "int64",
26
+ "_type": "Value"
27
+ }
28
+ }
29
+ },
30
+ "homepage": "",
31
+ "license": ""
32
+ }
state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "ad31cc61fd096a08",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": null
13
+ }