mrgiraffe commited on
Commit
8d4f44c
1 Parent(s): ce09fe8

Upload dataset_infos.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. dataset_infos.json +77 -0
dataset_infos.json ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"mrgiraffe--pages_large": {
2
+ "description": "",
3
+ "citation": "",
4
+ "homepage": "",
5
+ "license": "",
6
+ "features": {
7
+ "id": {
8
+ "dtype": "string",
9
+ "id": null,
10
+ "_type": "Value"
11
+ },
12
+ "image": {
13
+ "decode": true,
14
+ "id": null,
15
+ "_type": "Image"
16
+ },
17
+ "bboxes": {
18
+ "feature": {
19
+ "feature": {
20
+ "dtype": "int64",
21
+ "id": null,
22
+ "_type": "Value"
23
+ },
24
+ "length": -1,
25
+ "id": null,
26
+ "_type": "Sequence"
27
+ },
28
+ "length": -1,
29
+ "id": null,
30
+ "_type": "Sequence"
31
+ },
32
+ "tokens": {
33
+ "feature": {
34
+ "dtype": "string",
35
+ "id": null,
36
+ "_type": "Value"
37
+ },
38
+ "length": -1,
39
+ "id": null,
40
+ "_type": "Sequence"
41
+ },
42
+ "ner_tags": {
43
+ "feature": {
44
+ "dtype": "string",
45
+ "id": null,
46
+ "_type": "Value"
47
+ },
48
+ "length": -1,
49
+ "id": null,
50
+ "_type": "Sequence"
51
+ },
52
+ "__index_level_0__": {
53
+ "dtype": "int64",
54
+ "id": null,
55
+ "_type": "Value"
56
+ }
57
+ },
58
+ "post_processed": null,
59
+ "supervised_keys": null,
60
+ "task_templates": null,
61
+ "builder_name": null,
62
+ "config_name": null,
63
+ "version": null,
64
+ "splits": {
65
+ "train": {
66
+ "name": "train",
67
+ "num_bytes": 1695773815.275,
68
+ "num_examples": 1073,
69
+ "dataset_name": "pages_large"
70
+ }
71
+ },
72
+ "download_checksums": null,
73
+ "download_size": 1214490799,
74
+ "post_processing_size": null,
75
+ "dataset_size": 1695773815.275,
76
+ "size_in_bytes": 2910264614.275
77
+ }}