document_ai_data / README.md
pabloOmega's picture
Upload README.md with huggingface_hub
973f8cc verified
|
raw
history blame
788 Bytes
metadata
dataset_info:
  features:
    - name: image_id
      dtype: string
    - name: image
      dtype: image
    - name: width
      dtype: int64
    - name: height
      dtype: int64
    - name: tokens
      sequence: string
    - name: bboxes
      sequence:
        sequence: float64
    - name: labels
      sequence: string
  splits:
    - name: train
      num_bytes: 284153007
      num_examples: 348
    - name: test
      num_bytes: 44139860
      num_examples: 80
  download_size: 324413920
  dataset_size: 328292867
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*

Dataset Card for "document_ai_data"

More Information needed