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

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 = 4096
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 = 1512
57
  repetition_penalty = 1.2
58
 
59
  client = Client(