MahtabBg commited on
Commit
1de3eea
·
verified ·
1 Parent(s): 4f03a51

Upload dataset

Browse files
Files changed (1) hide show
  1. README.md +23 -0
README.md ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ dataset_info:
8
+ features:
9
+ - name: id
10
+ dtype: string
11
+ - name: image_0
12
+ dtype: image
13
+ - name: image_1
14
+ dtype: image
15
+ - name: question
16
+ dtype: string
17
+ splits:
18
+ - name: train
19
+ num_bytes: 12377693948
20
+ num_examples: 15000
21
+ download_size: 12377496522
22
+ dataset_size: 12377693948
23
+ ---