James332 commited on
Commit
3e31e8f
1 Parent(s): 1fbc47f

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +84 -9
README.md CHANGED
@@ -1,12 +1,87 @@
1
  ---
2
- title: Tt2
3
- emoji: 🚀
4
- colorFrom: pink
5
- colorTo: red
6
- sdk: gradio
7
- sdk_version: 4.7.1
8
- app_file: app.py
9
- pinned: false
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  ---
 
11
 
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
  ---
2
+ dataset_info:
3
+ features:
4
+ - name: image
5
+ dtype: image
6
+ - name: question_type
7
+ dtype: string
8
+ - name: confidence
9
+ dtype: int32
10
+ - name: answers
11
+ sequence: string
12
+ - name: answers_original
13
+ list:
14
+ - name: answer
15
+ dtype: string
16
+ - name: raw_answer
17
+ dtype: string
18
+ - name: answer_confidence
19
+ dtype: string
20
+ - name: answer_id
21
+ dtype: int64
22
+ - name: id_image
23
+ dtype: int64
24
+ - name: answer_type
25
+ dtype: string
26
+ - name: question_id
27
+ dtype: int64
28
+ - name: question
29
+ dtype: string
30
+ - name: id
31
+ dtype: int64
32
+ - name: clip_tags_ViT_L_14
33
+ sequence: string
34
+ - name: clip_tags_LAION_ViT_H_14_2B
35
+ sequence: string
36
+ - name: blip_caption_beam_5
37
+ dtype: string
38
+ - name: LLM_Description_gpt3_downstream_tasks_visual_genome_ViT_L_14
39
+ sequence: string
40
+ - name: LLM_Description_gpt3_downstream_tasks_visual_genome_LAION-ViT-H-14-2B
41
+ sequence: string
42
+ - name: DETA_detections_deta_swin_large_o365_coco_classes
43
+ list:
44
+ - name: attribute
45
+ dtype: string
46
+ - name: box
47
+ sequence: float32
48
+ - name: label
49
+ dtype: string
50
+ - name: location
51
+ dtype: string
52
+ - name: ratio
53
+ dtype: float32
54
+ - name: size
55
+ dtype: string
56
+ - name: tag
57
+ dtype: string
58
+ - name: DETA_detections_deta_swin_large_o365_coco_classes_caption_module_random
59
+ list:
60
+ - name: attribute
61
+ dtype: string
62
+ - name: box
63
+ sequence: float64
64
+ - name: captions_module
65
+ sequence: string
66
+ - name: captions_module_filter
67
+ sequence: string
68
+ - name: label
69
+ dtype: string
70
+ - name: location
71
+ dtype: string
72
+ - name: ratio
73
+ dtype: float64
74
+ - name: size
75
+ dtype: string
76
+ - name: tag
77
+ dtype: string
78
+ splits:
79
+ - name: train
80
+ num_bytes: 1686555802.0
81
+ num_examples: 9009
82
+ download_size: 1572400067
83
+ dataset_size: 1686555802.0
84
  ---
85
+ # Dataset Card for "OK-VQA_train"
86
 
87
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)