Datasets:

Modalities:
Image
Text
Formats:
parquet
ArXiv:
Libraries:
Datasets
pandas
License:
neelsj commited on
Commit
9f89aa1
1 Parent(s): 432c218

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -1
README.md CHANGED
@@ -16,10 +16,28 @@ dataset_info:
16
  - name: question_type
17
  dtype: string
18
  - name: target_options
19
- dtype: string
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  configs:
21
  - config_name: maze
22
  data_files:
23
  - split: val
24
  path: maze/maze_val.parquet
 
 
 
 
25
  ---
 
16
  - name: question_type
17
  dtype: string
18
  - name: target_options
19
+ dtype: string
20
+ - config_name: maze_text_only
21
+ features:
22
+ - name: id
23
+ dtype: int32
24
+ - name: prompt
25
+ dtype: string
26
+ - name: ground_truth
27
+ dtype: string
28
+ - name: task
29
+ dtype: string
30
+ - name: question_type
31
+ dtype: string
32
+ - name: target_options
33
+ dtype: string
34
  configs:
35
  - config_name: maze
36
  data_files:
37
  - split: val
38
  path: maze/maze_val.parquet
39
+ - config_name: maze_text_only
40
+ data_files:
41
+ - split: val
42
+ path: maze/maze_text_only_val.parquet
43
  ---