Closed iboB closed 1 month ago
Firstly min_keep
was always 1. Then in this PR was introduces usage of n_probs
instead.
After a while it seems to be wrong to use n_probs
and it was removed here. However it was still needed and it was added again but with new option (commit).
It was better documented and improved in upstream
sparams.min_keep
overrides the minimum tokens kept for the different sampling strategies (for example overridingtop_k
, or adding tokens with prob less thantop_p
).It looks strange and doesn't seem to be used. Should we keep it in the interface?
It's currently disabled