ryanramos commited on
Commit
ca195f1
1 Parent(s): b76561a

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +63 -0
README.md ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: question
49
+ dtype: string
50
+ - name: answer
51
+ dtype: string
52
+ - name: qa_statement
53
+ dtype: string
54
+ splits:
55
+ - name: train
56
+ num_bytes: 197985750
57
+ num_examples: 82783
58
+ download_size: 49025655
59
+ dataset_size: 197985750
60
+ ---
61
+ # Dataset Card for "vqa-with-coco-annotated-no-images"
62
+
63
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)