JayalekshmiGopakumar's picture
Upload README.md with huggingface_hub
e892a09
|
raw
history blame contribute delete
No virus
900 Bytes
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*
dataset_info:
  features:
    - name: texts
      sequence: string
    - name: image
      dtype: image
    - name: label
      dtype:
        class_label:
          names:
            '0': financial_reports
            '1': government_tenders
            '2': laws_and_regulations
            '3': manuals
            '4': patents
            '5': scientific_articles
    - name: ground_truth
      dtype: string
  splits:
    - name: train
      num_bytes: 1122356806
      num_examples: 3000
    - name: test
      num_bytes: 118054894
      num_examples: 300
  download_size: 1234824650
  dataset_size: 1240411700

Dataset Card for "updated_doc_laynet_for_donut_large"

More Information needed