ljcamargo commited on
Commit
a54441a
·
verified ·
1 Parent(s): 407a15f

Upload dataset_info.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. dataset_info.json +31 -0
dataset_info.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "",
3
+ "description": "",
4
+ "features": {
5
+ "page_id": {
6
+ "dtype": "string",
7
+ "_type": "Value"
8
+ },
9
+ "pdf_hash": {
10
+ "dtype": "string",
11
+ "_type": "Value"
12
+ },
13
+ "page_number": {
14
+ "dtype": "int32",
15
+ "_type": "Value"
16
+ },
17
+ "text": {
18
+ "dtype": "string",
19
+ "_type": "Value"
20
+ },
21
+ "uncommon_char_score": {
22
+ "dtype": "float32",
23
+ "_type": "Value"
24
+ },
25
+ "image": {
26
+ "_type": "Image"
27
+ }
28
+ },
29
+ "homepage": "",
30
+ "license": ""
31
+ }