jsr90 commited on
Commit
ee2a851
1 Parent(s): fbeceda

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ def generate(
53
  temperature = 0.2
54
  top_k = 50
55
  top_p = 0.95
56
- max_new_tokens = 1512
57
  repetition_penalty = 1.2
58
 
59
  client = Client(
 
53
  temperature = 0.2
54
  top_k = 50
55
  top_p = 0.95
56
+ max_new_tokens = 1024
57
  repetition_penalty = 1.2
58
 
59
  client = Client(