File size: 1,406 Bytes
e01fc2b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13462a4
 
e01fc2b
 
13462a4
e01fc2b
 
13462a4
e01fc2b
 
13462a4
e01fc2b
13462a4
 
e01fc2b
 
 
416002e
 
 
aca3236
2089f16
a27a870
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13462a4
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
---
dataset_info:
  features:
  - name: image
    dtype: image
  - name: label
    dtype:
      class_label:
        names:
          0: letter
          1: form
          2: email
          3: handwritten
          4: advertisement
          5: scientific report
          6: scientific publication
          7: specification
          8: file folder
          9: news article
          10: budget
          11: invoice
          12: presentation
          13: questionnaire
          14: resume
          15: memo
  - name: ground_truth
    dtype: string
  splits:
  - name: test
    num_bytes: 197669272.0
    num_examples: 1600
  - name: train
    num_bytes: 781258280.0
    num_examples: 6400
  - name: validation
    num_bytes: 191125740.0
    num_examples: 1600
  download_size: 1101475597
  dataset_size: 1170053292.0
---
# Dataset Card for "rvl_cdip_400_train_val_test"

[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)


### Dataset Format

````
DatasetDict({  
    test: Dataset({  
        features: ['image', 'label', 'ground_truth'],  
        num_rows: 1600  
    }) 
    train: Dataset({  
        features: ['image', 'label', 'ground_truth'],  
        num_rows: 6400  
    })  
    validation: Dataset({  
        features: ['image', 'label', 'ground_truth'],  
        num_rows: 1600  
    })  
})  
````