UniMMMU / README.md
luodian's picture
Upload dataset
1bf736e verified
metadata
dataset_info:
  - config_name: geometry
    features:
      - name: id
        dtype: string
      - name: image
        dtype: image
      - name: question
        dtype: string
      - name: answer
        dtype: string
      - name: type
        dtype: string
    splits:
      - name: test
        num_bytes: 20020219
        num_examples: 140
    download_size: 19716363
    dataset_size: 20020219
  - config_name: jigsaw
    features:
      - name: id
        dtype: string
      - name: ref_image
        dtype: image
      - name: cand0_image
        dtype: image
      - name: cand1_image
        dtype: image
      - name: label
        dtype: int32
    splits:
      - name: test
        num_bytes: 145976785
        num_examples: 150
    download_size: 145986691
    dataset_size: 145976785
  - config_name: maze
    features:
      - name: id
        dtype: string
      - name: initial_image
        dtype: image
      - name: steps
        dtype: string
      - name: n_steps
        dtype: int32
    splits:
      - name: test
        num_bytes: 1110009
        num_examples: 150
    download_size: 104427
    dataset_size: 1110009
  - config_name: sliding
    features:
      - name: id
        dtype: string
      - name: initial_image
        dtype: image
      - name: steps_words
        dtype: string
    splits:
      - name: test
        num_bytes: 426210
        num_examples: 84
    download_size: 40110
    dataset_size: 426210
configs:
  - config_name: geometry
    data_files:
      - split: test
        path: geometry/test-*
  - config_name: jigsaw
    data_files:
      - split: test
        path: jigsaw/test-*
  - config_name: maze
    data_files:
      - split: test
        path: maze/test-*
  - config_name: sliding
    data_files:
      - split: test
        path: sliding/test-*