will33am commited on
Commit
75d1fc7
·
1 Parent(s): b372860

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +89 -0
README.md ADDED
@@ -0,0 +1,89 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ - name: clip_tags_ViT_L_14
31
+ sequence: string
32
+ - name: blip_caption
33
+ dtype: string
34
+ - name: LLM_Description_gpt3_downstream_tasks_visual_genome_ViT_L_14
35
+ sequence: string
36
+ - name: DETA_detections_deta_swin_large_o365_coco_classes
37
+ list:
38
+ - name: attribute
39
+ dtype: string
40
+ - name: box
41
+ sequence: float32
42
+ - name: label
43
+ dtype: string
44
+ - name: location
45
+ dtype: string
46
+ - name: ratio
47
+ dtype: float32
48
+ - name: size
49
+ dtype: string
50
+ - name: tag
51
+ dtype: string
52
+ - name: DETA_detections_deta_swin_large_o365_coco_classes_caption_module_random
53
+ list:
54
+ - name: attribute
55
+ dtype: string
56
+ - name: box
57
+ sequence: float64
58
+ - name: captions_module
59
+ sequence: string
60
+ - name: captions_module_filter
61
+ sequence: string
62
+ - name: label
63
+ dtype: string
64
+ - name: location
65
+ dtype: string
66
+ - name: ratio
67
+ dtype: float64
68
+ - name: size
69
+ dtype: string
70
+ - name: tag
71
+ dtype: string
72
+ - name: Attributes_ViT_L_14_descriptors_text_davinci_003_full
73
+ sequence: string
74
+ - name: Attributes_LAION_ViT_H_14_2B_descriptors_text_davinci_003_full
75
+ sequence: string
76
+ - name: clip_tags_ViT_L_14_with_openai
77
+ sequence: string
78
+ - name: clip_tags_LAION_ViT_H_14_2B_with_openai
79
+ sequence: string
80
+ splits:
81
+ - name: testdev
82
+ num_bytes: 22095364841.0
83
+ num_examples: 107394
84
+ download_size: 11622249771
85
+ dataset_size: 22095364841.0
86
+ ---
87
+ # Dataset Card for "VQAv2_testdev_final"
88
+
89
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)