will33am commited on
Commit
3b3d64b
·
1 Parent(s): 74a2ef9

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +39 -0
README.md ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: question_type
5
+ dtype: string
6
+ - name: multiple_choice_answer
7
+ dtype: string
8
+ - name: answers
9
+ sequence: string
10
+ - name: answers_original
11
+ list:
12
+ - name: answer
13
+ dtype: string
14
+ - name: answer_confidence
15
+ dtype: string
16
+ - name: answer_id
17
+ dtype: int64
18
+ - name: id_image
19
+ dtype: int64
20
+ - name: answer_type
21
+ dtype: string
22
+ - name: question_id
23
+ dtype: int64
24
+ - name: question
25
+ dtype: string
26
+ - name: image
27
+ dtype: image
28
+ - name: id
29
+ dtype: int64
30
+ splits:
31
+ - name: testdev
32
+ num_bytes: 158532387.0
33
+ num_examples: 1000
34
+ download_size: 156374105
35
+ dataset_size: 158532387.0
36
+ ---
37
+ # Dataset Card for "VQAv2_sample_testdev"
38
+
39
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)