Datasets:

Modalities:
Image
Text
Formats:
parquet
Languages:
English
Size:
< 1K
ArXiv:
Libraries:
Datasets
pandas
License:
leonardPKU commited on
Commit
9a2d10c
·
verified ·
1 Parent(s): 1e4d9cc

Upload dataset

Browse files
Autonomous Driving/test_open-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:388bbc99d48d1522324554b8b2f22756ca552272411509f2065c33d6eff13c07
3
+ size 108316188
README.md ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ config_name: Autonomous Driving
4
+ features:
5
+ - name: domain
6
+ dtype: string
7
+ - name: image
8
+ dtype: image
9
+ - name: question
10
+ dtype: string
11
+ - name: actions
12
+ sequence: string
13
+ - name: answer_index
14
+ dtype: int64
15
+ - name: reason
16
+ dtype: string
17
+ - name: key_concept
18
+ sequence: string
19
+ - name: question_prompt
20
+ dtype: string
21
+ - name: answer_with_reason
22
+ dtype: string
23
+ - name: full_meta_data_json
24
+ dtype: string
25
+ splits:
26
+ - name: test_open
27
+ num_bytes: 134659773.0
28
+ num_examples: 100
29
+ download_size: 108316188
30
+ dataset_size: 134659773.0
31
+ configs:
32
+ - config_name: Autonomous Driving
33
+ data_files:
34
+ - split: test_open
35
+ path: Autonomous Driving/test_open-*
36
+ ---