will33am commited on
Commit
f930956
·
1 Parent(s): f4150f5

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +81 -0
README.md ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: Attributes_ViT_L_14_descriptors_text_davinci_003_full
53
+ sequence: string
54
+ - name: clip_tags_ViT_L_14_wo_openai
55
+ sequence: string
56
+ - name: clip_tags_ViT_L_14_with_openai
57
+ sequence: string
58
+ - name: clip_tags_LAION_ViT_H_14_2B_wo_openai
59
+ sequence: string
60
+ - name: clip_tags_LAION_ViT_H_14_2B_with_openai
61
+ sequence: string
62
+ - name: clip_tags_LAION_ViT_bigG_14_2B_wo_openai
63
+ sequence: string
64
+ - name: clip_tags_LAION_ViT_bigG_14_2B_with_openai
65
+ sequence: string
66
+ - name: Attributes_LAION_ViT_H_14_2B_descriptors_text_davinci_003_full
67
+ sequence: string
68
+ - name: Attributes_LAION_ViT_bigG_14_2B_descriptors_text_davinci_003_full
69
+ sequence: string
70
+ - name: clip_tags_ViT_B_16_with_openai
71
+ sequence: string
72
+ splits:
73
+ - name: test
74
+ num_bytes: 7098245206.0
75
+ num_examples: 44779
76
+ download_size: 1341923078
77
+ dataset_size: 7098245206.0
78
+ ---
79
+ # Dataset Card for "VQAv2_test_split_8"
80
+
81
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)