HyeongkyunKim
Upload README.md with huggingface_hub
8c83601
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*
      - split: test
        path: data/test-*
dataset_info:
  features:
    - name: image
      dtype: image
    - name: caption
      dtype: string
    - name: chartType
      dtype: string
    - name: chartElement
      dtype: string
    - name: dataType
      dtype: string
  splits:
    - name: train
      num_bytes: 72690622.389
      num_examples: 1373
    - name: validation
      num_bytes: 10174935
      num_examples: 199
    - name: test
      num_bytes: 20658483
      num_examples: 399
  download_size: 102432750
  dataset_size: 103524040.389

Dataset Card for "pix2struct-chartcaptioning"

More Information needed