Datasets:

Modalities:
Image
Text
Formats:
parquet
ArXiv:
Libraries:
Datasets
pandas
License:
File size: 486 Bytes
803bee3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
b00bb3f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
license: apache-2.0
dataset_info:
  - config_name: maze
    features: 
    - name: id
      dtype: int32     
    - name: image
      dtype: image        
    - name: prompt
      dtype: string
    - name: ground_truth
      dtype: string
    - name: task
      dtype: string	  
    - name: question_type
      dtype: string	  
    - name: target_options
      dtype: string	  	  
configs:
  - config_name: maze
    data_files:
    - split: val
      path: maze/maze_val.parquet
---