CreitinGameplays commited on
Commit
ae647d1
1 Parent(s): e178ac6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ def generate_text(user_prompt):
27
  top_k=0,
28
  top_p=0.95,
29
  temperature=0.2,
30
- repetition_penalty=1.165
31
  )
32
 
33
  # Decode the generated token sequence back to text
 
27
  top_k=0,
28
  top_p=0.95,
29
  temperature=0.2,
30
+ repetition_penalty=1.155
31
  )
32
 
33
  # Decode the generated token sequence back to text