Comment on Sampling at negative temperatureparentComments−dnautics8moif (t==0) argmax(logits) else pick(logits)−eru8moYou are ignoring the limit taking.−dnautics7moIf t < 0.1 return {error, 400}−eru7moDo you know that a mathematical limit is?
Comments
if (t==0) argmax(logits) else pick(logits)
You are ignoring the limit taking.
If t < 0.1 return {error, 400}
Do you know that a mathematical limit is?