Update README.md
Browse files
README.md
CHANGED
@@ -9,14 +9,12 @@ model-index:
|
|
9 |
|
10 |
datasets:
|
11 |
- Gustavosta/Stable-Diffusion-Prompts
|
12 |
-
|
13 |
-
widget:
|
14 |
-
- text: "<s>Prompt:"
|
15 |
|
16 |
inference:
|
17 |
parameters:
|
18 |
eos_token_id: 2
|
19 |
max_length: 128
|
|
|
20 |
---
|
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
|
|
|
9 |
|
10 |
datasets:
|
11 |
- Gustavosta/Stable-Diffusion-Prompts
|
|
|
|
|
|
|
12 |
|
13 |
inference:
|
14 |
parameters:
|
15 |
eos_token_id: 2
|
16 |
max_length: 128
|
17 |
+
do_sample: true
|
18 |
---
|
19 |
|
20 |
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
|