fformosa commited on
Commit
912af1d
1 Parent(s): d36c175

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +32 -0
README.md ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: image
5
+ dtype: image
6
+ - name: image_id
7
+ dtype: int64
8
+ - name: attributes
9
+ sequence: string
10
+ - name: size
11
+ sequence: int64
12
+ - name: proportion
13
+ dtype: float64
14
+ - name: new_image_id
15
+ dtype: int64
16
+ - name: answers
17
+ sequence: string
18
+ splits:
19
+ - name: train
20
+ num_bytes: 856176924.0
21
+ num_examples: 58266
22
+ download_size: 816993590
23
+ dataset_size: 856176924.0
24
+ configs:
25
+ - config_name: default
26
+ data_files:
27
+ - split: train
28
+ path: data/train-*
29
+ ---
30
+ # Dataset Card for "CSUN_bedroom_VQA_feliu_v2"
31
+
32
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)