Spaces:
Running
Running
Commit
·
5716a02
1
Parent(s):
2677645
Update app.py
Browse files
app.py
CHANGED
|
@@ -90,6 +90,8 @@ with gr.Blocks(theme='freddyaboulton/dracula_revamped') as demo:
|
|
| 90 |
repetition_penalty=repetition_penalty,
|
| 91 |
do_sample=True,
|
| 92 |
early_stopping=True,
|
|
|
|
|
|
|
| 93 |
top_k=top_k,
|
| 94 |
max_length=max_length,
|
| 95 |
top_p=top_p,
|
|
|
|
| 90 |
repetition_penalty=repetition_penalty,
|
| 91 |
do_sample=True,
|
| 92 |
early_stopping=True,
|
| 93 |
+
renormalize_logits=True,
|
| 94 |
+
length_penalty=0.3,
|
| 95 |
top_k=top_k,
|
| 96 |
max_length=max_length,
|
| 97 |
top_p=top_p,
|