File size: 888 Bytes
abf7204
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
---
dataset_info:
  features:
  - name: image_id
    dtype: string
  - name: question_id
    dtype: int32
  - name: question
    dtype: string
  - name: question_tokens
    sequence: string
  - name: image_width
    dtype: int32
  - name: image_height
    dtype: int32
  - name: flickr_original_url
    dtype: string
  - name: flickr_300k_url
    dtype: string
  - name: answers
    sequence: string
  - name: image_classes
    sequence: string
  - name: set_name
    dtype: string
  - name: ocr_tokens
    sequence: string
  - name: captions-sharecaptioner
    dtype: string
  - name: captions-llava
    dtype: string
  - name: captions-phi
    dtype: string
  splits:
  - name: validation
    num_bytes: 16465395
    num_examples: 5000
  download_size: 6106143
  dataset_size: 16465395
configs:
- config_name: default
  data_files:
  - split: validation
    path: data/validation-*
---