coco-gpt4o / README.md
tarekziade's picture
Upload dataset
45c07c2 verified
metadata
dataset_info:
  features:
    - name: image_id
      dtype: int64
    - name: image_path
      dtype: string
    - name: coco_url
      dtype: string
    - name: image
      dtype: image
    - name: alt_text
      dtype: string
    - name: objects
      sequence: string
  splits:
    - name: train
      num_bytes: 9314018
      num_examples: 16
    - name: test
      num_bytes: 8750613
      num_examples: 16
    - name: validation
      num_bytes: 7180609
      num_examples: 16
  download_size: 25250957
  dataset_size: 25245240
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*
      - split: validation
        path: data/validation-*