sj21867 commited on
Commit
0cb01ef
·
verified ·
1 Parent(s): e15a4d8

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: question
5
+ dtype: string
6
+ - name: question_type
7
+ dtype: string
8
+ - name: question_id
9
+ dtype: int64
10
+ - name: image_id
11
+ dtype: int64
12
+ - name: answer_type
13
+ dtype: string
14
+ - name: label
15
+ struct:
16
+ - name: ids
17
+ sequence: string
18
+ - name: weights
19
+ sequence: float64
20
+ splits:
21
+ - name: train
22
+ num_bytes: 1092659.9377587284
23
+ num_examples: 8000
24
+ - name: val
25
+ num_bytes: 273164.9844396821
26
+ num_examples: 2000
27
+ download_size: 561762
28
+ dataset_size: 1365824.9221984106
29
+ ---
30
+ # Dataset Card for "vqa_10k"
31
+
32
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)