Datasets:

Modalities:
Image
Text
Formats:
parquet
ArXiv:
Libraries:
Datasets
Dask
License:
topyun commited on
Commit
225f222
·
verified ·
1 Parent(s): 6913a59

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -3
README.md CHANGED
@@ -1,3 +1,20 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ dataset_info:
4
+ - config_name: SPARK_test
5
+ features:
6
+ - name: id
7
+ dtype: int
8
+ - name: image
9
+ dtype: image
10
+ - name: sensor_type
11
+ dtype: string
12
+ - name: question_type
13
+ dtype: string
14
+ - name: question
15
+ dtype: string
16
+ - name: question_query
17
+ dtype: string
18
+ - name: answer
19
+ dtype: string
20
+ ---