Update README.md
Browse files
README.md
CHANGED
@@ -21,7 +21,7 @@ inference:
|
|
21 |
|
22 |
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
|
23 |
```
|
24 |
-
batch_size =
|
25 |
learning_rate = 0.001
|
26 |
```
|
27 |
|
|
|
21 |
|
22 |
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
|
23 |
```
|
24 |
+
batch_size = 16
|
25 |
learning_rate = 0.001
|
26 |
```
|
27 |
|