Spaces:
Runtime error
Runtime error
top_p_max_val
#21
by
HugoLaurencon
- opened
There is a bug with top p = 1 (thanks @lewtun ), so setting the max value to 0.99.
Note that you also need to bound top_p > 0
to avoid validation errors - sorry for not mentioning that before
Ok thanks!
HugoLaurencon
changed pull request status to
open
VictorSanh
changed pull request status to
merged