PLatonG commited on
Commit
71280c0
·
verified ·
1 Parent(s): 2f7b998

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -61,8 +61,8 @@ def evaluate(
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
68
 
 
61
  stream_output=False,
62
  ):
63
  temperature=0.1
64
+ top_p=0.75
65
+ top_k=40
66
  num_beams=4
67
  max_new_tokens=380
68