will33am commited on
Commit
d94c179
1 Parent(s): 1dfd99e

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +29 -0
README.md ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: multiple_choice_answer
5
+ dtype: string
6
+ - name: answers
7
+ sequence: string
8
+ - name: id_image
9
+ dtype: int64
10
+ - name: question_id
11
+ dtype: int64
12
+ - name: question
13
+ dtype: string
14
+ - name: image
15
+ dtype: image
16
+ - name: id
17
+ dtype: int64
18
+ - name: blip_caption_Salesforce_blip_image_captioning_large_intensive
19
+ sequence: string
20
+ splits:
21
+ - name: validation
22
+ num_bytes: 161239813.0
23
+ num_examples: 1000
24
+ download_size: 155287446
25
+ dataset_size: 161239813.0
26
+ ---
27
+ # Dataset Card for "cv-as-nlp-vqa-example"
28
+
29
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)