File size: 599 Bytes
313eb5e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
34
---
dataset_info:
  features:
  - name: image
    dtype: image
  - name: prompt
    dtype: string
  - name: negative_prompt
    dtype: string
  - name: original_prompt
    dtype: string
  - name: nag_scale
    dtype: float64
  - name: scale
    dtype: float64
  - name: is_anti
    dtype: bool
  - name: selected
    dtype: string
  - name: re_prompted
    dtype: string
  splits:
  - name: train
    num_bytes: 8197588688.322
    num_examples: 5374
  download_size: 8196656344
  dataset_size: 8197588688.322
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---