File size: 538 Bytes
7e33608
 
4baf2b4
 
 
 
 
0779972
 
4baf2b4
 
 
 
 
 
 
 
 
 
 
b206a55
71a605c
 
7e533b8
 
 
 
 
7e33608
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
---

license: apache-2.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: val
    path: data/val-*
dataset_info:
  features:
  - name: id
    dtype: string
  - name: caption
    dtype: string
  - name: image
    dtype: image
  - name: cond
    dtype: image
  splits:
  - name: val
    num_bytes: 166271415.25
    num_examples: 2603
  - name: train
    num_bytes: 4007778277.0
    num_examples: 62312
  download_size: 4097346656
  dataset_size: 4174049692.25
---