File size: 710 Bytes
5113404
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: caption
    dtype: string
  - name: image
    dtype: string
  - name: coco_url
    dtype: string
  - name: instructions
    list:
    - name: from
      dtype: string
    - name: value
      dtype: string
  - name: sample_idx
    dtype: string
  - name: instr_id
    dtype: int64
  - name: downloaded_img
    dtype: image
  splits:
  - name: train
    num_bytes: 730466274.25
    num_examples: 13430
  - name: validation
    num_bytes: 184965610.375
    num_examples: 3365
  download_size: 904280204
  dataset_size: 915431884.625
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
---