coco-dataset / README.md
librarian-bot's picture
Librarian Bot: Add language metadata for dataset
ab005ec verified
|
raw
history blame
618 Bytes
metadata
language:
  - en
dataset_info:
  features:
    - name: image
      dtype: image
    - name: image_path
      dtype: string
    - name: question
      dtype: string
    - name: answer
      dtype: string
  splits:
    - name: train
      num_bytes: 187673089.88
      num_examples: 7846
    - name: val
      num_bytes: 48902649.498
      num_examples: 2022
    - name: test
      num_bytes: 46713572.568
      num_examples: 1952
  download_size: 249082337
  dataset_size: 283289311.946
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: val
        path: data/val-*
      - split: test
        path: data/test-*