ryanramos commited on
Commit
1354cac
1 Parent(s): 991c2e0

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +59 -0
README.md ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: license
5
+ dtype: int64
6
+ - name: file_name
7
+ dtype: string
8
+ - name: coco_url
9
+ dtype: string
10
+ - name: height
11
+ dtype: int64
12
+ - name: width
13
+ dtype: int64
14
+ - name: date_captured
15
+ dtype: string
16
+ - name: flickr_url
17
+ dtype: string
18
+ - name: captions
19
+ list:
20
+ - name: caption
21
+ dtype: string
22
+ - name: id
23
+ dtype: int64
24
+ - name: questions
25
+ list:
26
+ - name: answer_type
27
+ dtype: string
28
+ - name: answers
29
+ list:
30
+ - name: answer
31
+ dtype: string
32
+ - name: answer_confidence
33
+ dtype: string
34
+ - name: answer_id
35
+ dtype: int64
36
+ - name: image_id
37
+ dtype: int64
38
+ - name: multiple_choice_answer
39
+ dtype: string
40
+ - name: question
41
+ dtype: string
42
+ - name: question_id
43
+ dtype: int64
44
+ - name: question_type
45
+ dtype: string
46
+ - name: image_id
47
+ dtype: int64
48
+ - name: image
49
+ dtype: image
50
+ splits:
51
+ - name: train
52
+ num_bytes: 883496810.5
53
+ num_examples: 16500
54
+ download_size: 854737087
55
+ dataset_size: 883496810.5
56
+ ---
57
+ # Dataset Card for "vqa-with-coco-img-2"
58
+
59
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)