min_rvl_cdip / README.md
DaijobuAI's picture
Upload dataset
89b39e6 verified
metadata
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.