Update README.md
Browse files
README.md
CHANGED
@@ -1,7 +1,9 @@
|
|
1 |
-
Using RLHF to finetune [mrm8488/bloom-560m-finetuned-sd-prompts](https://hf.co/mrm8488/bloom-560m-finetuned-sd-prompts) further for SD2.0
|
2 |
```
|
3 |
batch_size = 8
|
4 |
learning_rate = 0.001
|
5 |
```
|
6 |
|
7 |
-
Generate extension with "\<s>Prompt: " and whatever your normal prompt is.
|
|
|
|
|
|
1 |
+
Using RLHF (Reinforcement Learning from Human Feedback) to finetune [mrm8488/bloom-560m-finetuned-sd-prompts](https://hf.co/mrm8488/bloom-560m-finetuned-sd-prompts) further for SD2.0
|
2 |
```
|
3 |
batch_size = 8
|
4 |
learning_rate = 0.001
|
5 |
```
|
6 |
|
7 |
+
Generate extension with "\<s>Prompt: " and whatever your normal prompt is.
|
8 |
+
|
9 |
+
I did this myself. I sat down and just ranked images for so long.
|