Update README.md
Browse files
README.md
CHANGED
@@ -28,6 +28,22 @@ configs:
|
|
28 |
data_files:
|
29 |
- split: train
|
30 |
path: data/hrf-compressibility-window-early-seed2/train/batch_*.zip
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
31 |
dataset_info:
|
32 |
- config_name: ddpm-celebahq
|
33 |
features:
|
@@ -65,6 +81,30 @@ dataset_info:
|
|
65 |
dtype: image
|
66 |
- name: reward
|
67 |
dtype: float
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
68 |
---
|
69 |
|
70 |
# Dataset Card for Eval Finetuning Diffusion Models with Reinforcement Learning
|
|
|
28 |
data_files:
|
29 |
- split: train
|
30 |
path: data/hrf-compressibility-window-early-seed2/train/batch_*.zip
|
31 |
+
- config_name: hrf-compressibility-window-early3
|
32 |
+
data_files:
|
33 |
+
- split: train
|
34 |
+
path: data/hrf-compressibility-window-early-seed3/train/batch_*.zip
|
35 |
+
- config_name: hrf-compressibility-window-later1
|
36 |
+
data_files:
|
37 |
+
- split: train
|
38 |
+
path: data/hrf-compressibility-window-later-seed1/train/batch_*.zip
|
39 |
+
- config_name: hrf-compressibility-window-later2
|
40 |
+
data_files:
|
41 |
+
- split: train
|
42 |
+
path: data/hrf-compressibility-window-later-seed2/train/batch_*.zip
|
43 |
+
- config_name: hrf-compressibility-window-later3
|
44 |
+
data_files:
|
45 |
+
- split: train
|
46 |
+
path: data/hrf-compressibility-window-later-seed3/train/batch_*.zip
|
47 |
dataset_info:
|
48 |
- config_name: ddpm-celebahq
|
49 |
features:
|
|
|
81 |
dtype: image
|
82 |
- name: reward
|
83 |
dtype: float
|
84 |
+
- config_name: hrf-compressibility-window-early3
|
85 |
+
features:
|
86 |
+
- name: image
|
87 |
+
dtype: image
|
88 |
+
- name: reward
|
89 |
+
dtype: float
|
90 |
+
- config_name: hrf-compressibility-window-later1
|
91 |
+
features:
|
92 |
+
- name: image
|
93 |
+
dtype: image
|
94 |
+
- name: reward
|
95 |
+
dtype: float
|
96 |
+
- config_name: hrf-compressibility-window-later2
|
97 |
+
features:
|
98 |
+
- name: image
|
99 |
+
dtype: image
|
100 |
+
- name: reward
|
101 |
+
dtype: float
|
102 |
+
- config_name: hrf-compressibility-window-later3
|
103 |
+
features:
|
104 |
+
- name: image
|
105 |
+
dtype: image
|
106 |
+
- name: reward
|
107 |
+
dtype: float
|
108 |
---
|
109 |
|
110 |
# Dataset Card for Eval Finetuning Diffusion Models with Reinforcement Learning
|