File size: 1,060 Bytes
c2ecdf2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
89b39e6
 
 
 
 
 
 
c2ecdf2
 
 
 
 
89b39e6
 
c2ecdf2
281a74d
 
 
 
 
 
 
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
---
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
  splits:
  - name: train
    num_bytes: 698403565.152
    num_examples: 5760
  - name: test
    num_bytes: 77600361.208
    num_examples: 640
  download_size: 731213390
  dataset_size: 776003926.3599999
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---

Shuffled subset of the aharley/rvl_cdip dataset for faster experimentations.

5760 items in the train split
640 items in the test split.

Made with Huggingface's Datasets library.