weikaih's picture
Add AI2-Thor counting-only dataset (part 00002-of-00003)
47de6ff verified
metadata
dataset_info:
  features:
    - name: question
      dtype: string
    - name: answer
      dtype: string
    - name: choices
      sequence: string
    - name: topdown_map
      dtype: image
    - name: scene_name
      dtype: string
    - name: trajectory_id
      dtype: string
    - name: question_type
      dtype: string
    - name: difficulty
      dtype: string
    - name: total_frames
      dtype: int64
    - name: movement_type
      dtype: string
    - name: metadata
      struct:
        - name: frame_count
          dtype: int64
        - name: generation_method
          dtype: string
        - name: has_topdown_map
          dtype: bool
        - name: platform
          dtype: string
        - name: question_metadata
          struct:
            - name: category
              dtype: string
            - name: choices
              sequence: string
            - name: correct_count
              dtype: int64
            - name: count
              dtype: int64
            - name: question_index
              dtype: int64
            - name: template
              dtype: string
        - name: task_type
          dtype: string
    - name: frame_0
      dtype: image
    - name: frame_1
      dtype: image
    - name: frame_2
      dtype: image
    - name: frame_3
      dtype: image
    - name: frame_4
      dtype: image
  splits:
    - name: train
      num_bytes: 45986920504.032
      num_examples: 7672
    - name: validation
      num_bytes: 5722804487.9
      num_examples: 959
    - name: test
      num_bytes: 5541713893.9
      num_examples: 959
  download_size: 53956539092
  dataset_size: 57251438885.832
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*
      - split: test
        path: data/test-*