PLatonG commited on
Commit
c5e6360
·
verified ·
1 Parent(s): ee38f9c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -61,7 +61,7 @@ def evaluate(
61
  stream_output=False,
62
  ):
63
  temperature=0.1
64
- top_p=0.7
65
  top_k=50
66
  num_beams=4
67
  max_new_tokens=380
 
61
  stream_output=False,
62
  ):
63
  temperature=0.1
64
+ top_p=0.25
65
  top_k=50
66
  num_beams=4
67
  max_new_tokens=380