You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In outlines.text.generate.sample, only greedy and multinomial methods are available. Would it be possible to implement some classical features in the multinomial function such as top_k, top_p or temperature ?
Thanks for your work,
Simon
The text was updated successfully, but these errors were encountered:
#533 introduces a small refactor of the samplers that would allow to pass the top_k and top_p arguments to the multinomial sampler. We could pass the temperature using the same mechanism as well
Hello,
In outlines.text.generate.sample, only
greedy
andmultinomial
methods are available. Would it be possible to implement some classical features in themultinomial
function such astop_k
,top_p
ortemperature
?Thanks for your work,
Simon
The text was updated successfully, but these errors were encountered: