will33am commited on
Commit
7ee3a0e
·
1 Parent(s): 0cf6d44

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +61 -0
README.md ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ splits:
53
+ - name: test
54
+ num_bytes: 70684990812.0
55
+ num_examples: 447793
56
+ download_size: 13381236488
57
+ dataset_size: 70684990812.0
58
+ ---
59
+ # Dataset Card for "VQAv2_test"
60
+
61
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)