File size: 594 Bytes
07f1823
 
b95e7ac
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
07f1823
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
---
license: mit
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
  - split: valid
    path: data/valid-*
dataset_info:
  features:
  - name: prompt
    dtype: string
  - name: image
    dtype: image
  - name: uuid
    dtype: string
  splits:
  - name: train
    num_bytes: 123357511.5769398
    num_examples: 13170
  - name: test
    num_bytes: 6295620.691672235
    num_examples: 659
  - name: valid
    num_bytes: 24795318.75338796
    num_examples: 2634
  download_size: 156595985
  dataset_size: 154448451.022
---