MLCQA-dataset / README.md
vp222's picture
Upload dataset
5deea06 verified
|
raw
history blame
812 Bytes
metadata
dataset_info:
  features:
    - name: image_id
      dtype: string
    - name: image
      dtype: image
    - name: chart_type
      dtype: string
    - name: language
      dtype: string
    - name: split
      dtype: string
    - name: question_ids
      list: int64
    - name: questions
      list: string
    - name: answers
      list: string
    - name: question_types
      list: string
  splits:
    - name: train
      num_bytes: 20228764608
      num_examples: 352000
    - name: validation
      num_bytes: 2853435563
      num_examples: 44000
    - name: test
      num_bytes: 2924514076
      num_examples: 44000
  download_size: 23771758065
  dataset_size: 26006714247
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*
      - split: test
        path: data/test-*