File size: 521 Bytes
2b23b60
 
 
 
 
 
 
 
 
 
 
 
 
72ad88b
 
 
 
2b23b60
 
72ad88b
2838b5e
72ad88b
 
2b23b60
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: idx
    dtype: int64
  - name: img_url
    dtype: string
  - name: image_tokens
    sequence: int64
  - name: caption
    dtype: string
  - name: clean_caption
    dtype: string
  - name: input_ids
    sequence: int32
  - name: attention_mask
    sequence: int8
  splits:
  - name: train
    num_bytes: 944695861
    num_examples: 527187
  download_size: 174001714
  dataset_size: 944695861
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---