nicholasKluge commited on
Commit
09b71b1
1 Parent(s): 1e81521

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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,