lhoestq HF staff commited on
Commit
88e3d60
1 Parent(s): 290b197

Delete dataset_infos.json

Browse files

it's not needed since the dataset_info is already in the README header ;)

Files changed (1) hide show
  1. dataset_infos.json +0 -100
dataset_infos.json DELETED
@@ -1,100 +0,0 @@
1
- {
2
- "default": {
3
- "description": "The RVL-CDIP (Ryerson Vision Lab Complex Document Information Processing) dataset consists of 400,000 grayscale images in 16 classes, with 25,000 images per class. There are 320,000 training images, 40,000 validation images, and 40,000 test images.\n",
4
- "citation": "@inproceedings{harley2015icdar,\n title = {Evaluation of Deep Convolutional Nets for Document Image Classification and Retrieval},\n author = {Adam W Harley and Alex Ufkes and Konstantinos G Derpanis},\n booktitle = {International Conference on Document Analysis and Recognition ({ICDAR})}},\n year = {2015}\n}\n",
5
- "homepage": "https://www.cs.cmu.edu/~aharley/rvl-cdip/",
6
- "license": "https://www.industrydocuments.ucsf.edu/help/copyright/",
7
- "features": {
8
- "image": {
9
- "decode": true,
10
- "id": null,
11
- "_type": "Image"
12
- },
13
- "label": {
14
- "num_classes": 16,
15
- "names": [
16
- "letter",
17
- "form",
18
- "email",
19
- "handwritten",
20
- "advertisement",
21
- "scientific report",
22
- "scientific publication",
23
- "specification",
24
- "file folder",
25
- "news article",
26
- "budget",
27
- "invoice",
28
- "presentation",
29
- "questionnaire",
30
- "resume",
31
- "memo"
32
- ],
33
- "id": null,
34
- "_type": "ClassLabel"
35
- },
36
- "id": {
37
- "_type": "Value",
38
- "dtype": "string"
39
- },
40
- "words": {
41
- "_type": "Sequence",
42
- "feature": {
43
- "dtype": "string",
44
- "_type": "Value"
45
- }
46
- },
47
- "boxes": {
48
- "_type": "Sequence",
49
- "feature": {
50
- "_type": "Sequence",
51
- "feature": {
52
- "dtype": "int32",
53
- "_type": "Value"
54
- }
55
- }
56
- }
57
- },
58
- "post_processed": null,
59
- "supervised_keys": {
60
- "input": "image",
61
- "output": "label"
62
- },
63
- "task_templates": [
64
- {
65
- "task": "image-classification",
66
- "image_column": "image",
67
- "label_column": "label"
68
- }
69
- ],
70
- "builder_name": "rvl_cdip_easyOCR",
71
- "config_name": "default",
72
- "version": {
73
- "version_str": "1.0.0",
74
- "description": null,
75
- "major": 1,
76
- "minor": 0,
77
- "patch": 0
78
- },
79
- "splits": {
80
- "train": {
81
- "name": "train",
82
- "num_bytes": 38816373360,
83
- "num_examples": 320000,
84
- "dataset_name": "rvl_cdip_easyOCR"
85
- },
86
- "test": {
87
- "name": "test",
88
- "num_bytes": 4863300853,
89
- "num_examples": 40000,
90
- "dataset_name": "rvl_cdip_easyOCR"
91
- },
92
- "validation": {
93
- "name": "validation",
94
- "num_bytes": 4868685208,
95
- "num_examples": 40000,
96
- "dataset_name": "rvl_cdip_easyOCR"
97
- }
98
- }
99
- }
100
- }