Comment by explorigin
7 months ago
I've done live demos of AI. Even with the same queries, I got a different answers than my 4 previous practice attempts. My demos keep me on my toes and I try to limit the scope much more now.
(I didn't have control over temperature settings.)
It looks like true 0-temperature (i.e. determinism) will happen. Here's some good context: https://thinkingmachines.ai/blog/defeating-nondeterminism-in...
HN discussion https://news.ycombinator.com/item?id=45200925
But 0 temp is much less "Creative" and may not be conducive to showing off the AI's latest tricks
True. It depends on the feature you're demoing...but determinism is a VERY DESIRABLE feature for giving demos.
> (I didn't have control over temperature settings.)
That's...interesting. You'd think they'd dial the temperature to 0 for you before the demo at least. Regardless, if the tech is good, I'd hope all the answers are at least decent and you could roll with it. If not....then maybe it needs to stay in R&D.
Reducing temperature to 0 doesn't make LLMs deterministic. There's still a bunch of other issues such as float math results depending on which order you perform mathematically commutative operations in.
I keep reading this but I don't get it: for the same input shouldn't the order of resulting operations be deterministic too?
5 replies →