naot97 commited on
Commit
65821f7
1 Parent(s): 5c5f5b2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -92,7 +92,7 @@ def evaluate(
92
  else:
93
  generation_config = GenerationConfig(
94
  temperature=temperature,
95
- top_p=0.9,
96
  top_k=top_k,
97
  do_sample = True,
98
  **kwargs,
 
92
  else:
93
  generation_config = GenerationConfig(
94
  temperature=temperature,
95
+ top_p=top_p,
96
  top_k=top_k,
97
  do_sample = True,
98
  **kwargs,