|
|
|
|
|
by alew1
411 days ago
|
|
The algorithms are not deterministic: they output a probability distribution over next tokens, which is then sampled. That’s why clicking “retry” gives you a different answer. An LM could easily (in principle) compute a 50/50 distribution when asked to flip a coin. |
|
https://github.com/huggingface/transformers/blob/d538293f62f...