PetrovDE commited on
Commit
a5259f9
1 Parent(s): 907fb60
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -102,7 +102,7 @@ def evaluate(
102
  top_p=0.75,
103
  top_k=40,
104
  num_beams=4,
105
- max_new_tokens=512,
106
  stream_output=True,
107
  **kwargs,
108
  ):
 
102
  top_p=0.75,
103
  top_k=40,
104
  num_beams=4,
105
+ max_new_tokens=15,
106
  stream_output=True,
107
  **kwargs,
108
  ):