will33am commited on
Commit
0398414
·
1 Parent(s): ea84403

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: id
5
+ dtype: int32
6
+ - name: image
7
+ dtype: image
8
+ - name: filename
9
+ dtype: string
10
+ - name: question
11
+ dtype: string
12
+ - name: answers
13
+ sequence: string
14
+ - name: answers_original
15
+ list:
16
+ - name: answer
17
+ dtype: string
18
+ - name: answer_confidence
19
+ dtype: string
20
+ - name: answer_type
21
+ dtype: string
22
+ - name: answerable
23
+ dtype: int32
24
+ - name: id_image
25
+ dtype: int64
26
+ - name: clip_tags_ViT_L_14
27
+ sequence: string
28
+ - name: clip_tags_LAION_ViT_H_14_2B
29
+ sequence: string
30
+ - name: blip_caption_beam_5
31
+ dtype: string
32
+ - name: LLM_Description_gpt3_downstream_tasks_visual_genome_ViT_L_14
33
+ sequence: string
34
+ - name: LLM_Description_gpt3_downstream_tasks_visual_genome_LAION-ViT-H-14-2B
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: train
54
+ num_bytes: 9906518637.0
55
+ num_examples: 20523
56
+ download_size: 9880125036
57
+ dataset_size: 9906518637.0
58
+ ---
59
+ # Dataset Card for "VizWiz_train"
60
+
61
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)