Preferred form of modification
Preferred form of modification
Posted Mar 10, 2026 16:54 UTC (Tue) by geofft (subscriber, #59789)In reply to: Preferred form of modification by koverstreet
Parent article: Debian decides not to decide on AI-generated contributions
There's a difference between setting the temperature to zero, i.e. deterministically taking the most-likely token (basically changing softmax to regular-old deterministic max), and using a PRNG with a deterministic seed with a non-zero temperature, which will sometimes take less-likely tokens but will make that decision in the same way for every re-execution of the same network (with the same hardware, resources, etc.) with the same seed. I agree that setting the temperature to zero is probably not what you want.
