File size: 521 Bytes
440051c
 
8e8b79e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
440051c
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
---

license: apache-2.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
dataset_info:
  features:
  - name: file_name
    dtype: string
  - name: image
    dtype: image
  - name: caption_sd15
    dtype: string
  - name: caption_flux
    dtype: string
  - name: caption_sdxl
    dtype: string
  - name: caption_sd3
    dtype: string
  splits:
  - name: train
    num_bytes: 783852.0
    num_examples: 2
  download_size: 795356
  dataset_size: 783852.0
---