jordyvl commited on
Commit
4668ccb
·
2 Parent(s): 8e10018 a60f71c

Merge branch 'main' of https://huggingface.co/datasets/jordyvl/rvl-cdip_easyOCR into main

Browse files
Files changed (1) hide show
  1. dataset_infos.json +0 -49
dataset_infos.json DELETED
@@ -1,49 +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
- "post_processed": null,
8
- "supervised_keys": {
9
- "input": "image",
10
- "output": "label"
11
- },
12
- "task_templates": [
13
- {
14
- "task": "image-classification",
15
- "image_column": "image",
16
- "label_column": "label"
17
- }
18
- ],
19
- "builder_name": "rvl_cdip",
20
- "config_name": "default",
21
- "version": {
22
- "version_str": "1.0.0",
23
- "description": null,
24
- "major": 1,
25
- "minor": 0,
26
- "patch": 0
27
- },
28
- "splits": {
29
- "train": {
30
- "name": "train",
31
- "num_bytes": 38816373360,
32
- "num_examples": 320000,
33
- "dataset_name": "rvl_cdip_easyOCR"
34
- },
35
- "test": {
36
- "name": "test",
37
- "num_bytes": 4863300853,
38
- "num_examples": 40000,
39
- "dataset_name": "rvl_cdip_easyOCR"
40
- },
41
- "validation": {
42
- "name": "validation",
43
- "num_bytes": 4868685208,
44
- "num_examples": 40000,
45
- "dataset_name": "rvl_cdip_easyOCR"
46
- }
47
- }
48
- }
49
- }