File size: 526 Bytes
1b32457
 
 
 
 
 
 
 
 
 
 
c92859c
 
1b32457
 
c92859c
62e63bb
 
c92859c
62e63bb
c92859c
 
1b32457
 
 
 
 
62e63bb
 
1b32457
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
---
dataset_info:
  features:
  - name: image
    dtype: image
  - name: caption
    dtype: string
  - name: cid
    dtype: int64
  - name: split
    dtype: string
  - name: clean_image
    dtype: image
  splits:
  - name: train
    num_bytes: 529700241.754
    num_examples: 1667
  - name: val
    num_bytes: 85417082.0
    num_examples: 267
  download_size: 608624569
  dataset_size: 615117323.754
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: val
    path: data/val-*
---