|
|
|
|
|
by ethanwillis
1180 days ago
|
|
On your first point you couldn't be more wrong. LLMs are deterministic. They are run on a deterministic machine and the entailment of that forces them to be so. Also probabilistic does not mean the absence of determinism. For example, for every non-deterministic/probabilistic finite automata there is an equivalent deterministic one. |
|
In computer science, pseudorandomness is considered non-deterministic. Determinism is a function of the inputs, not the machine state.
https://en.m.wikipedia.org/wiki/Deterministic_algorithm#:~:t....