Datasets:

Modalities:
Image
Text
Formats:
parquet
Languages:
English
ArXiv:
Libraries:
Datasets
pandas
License:
TOMATO / README.md
ChuhanLi's picture
Upload README.md with huggingface_hub
1940405 verified
|
raw
history blame
1.42 kB
metadata
license: cc-by-sa-4.0
configs:
  - config_name: default
    data_files:
      - split: count
        path: data/count-*
      - split: direction
        path: data/direction-*
      - split: rotation
        path: data/rotation-*
      - split: shape_trend
        path: data/shape_trend-*
      - split: velocity_frequency
        path: data/velocity_frequency-*
      - split: visual_cues
        path: data/visual_cues-*
dataset_info:
  features:
    - name: question
      dtype: string
    - name: demonstration_type
      dtype: string
    - name: variation
      struct:
        - name: composite
          dtype: int64
        - name: counterfactual
          dtype: int64
        - name: first_person
          dtype: int64
        - name: zoom
          dtype: int64
    - name: motion_type
      dtype: string
    - name: answer
      dtype: int64
    - name: note
      dtype: string
    - name: key
      dtype: string
    - name: options
      sequence: string
    - name: video_source_url
      dtype: string
  splits:
    - name: count
      num_bytes: 60102
      num_examples: 292
    - name: direction
      num_bytes: 124629
      num_examples: 403
    - name: rotation
      num_bytes: 92655
      num_examples: 286
    - name: shape_trend
      num_bytes: 61447
      num_examples: 223
    - name: velocity_frequency
      num_bytes: 57868
      num_examples: 210
    - name: visual_cues
      num_bytes: 16937
      num_examples: 70
  download_size: 71255
  dataset_size: 413638