inari@piefed.zip to Technology@lemmy.worldEnglish · edit-21 day agoTorvalds: AI Is the New Compiler, Not the New Programmerpbxscience.comexternal-linkmessage-square93fedilinkarrow-up1228 cross-posted to: programming@programming.dev
arrow-up1228external-linkTorvalds: AI Is the New Compiler, Not the New Programmerpbxscience.cominari@piefed.zip to Technology@lemmy.worldEnglish · edit-21 day agomessage-square93fedilink cross-posted to: programming@programming.dev
minus-squaredwalin@lemmy.worldlinkfedilinkEnglisharrow-up16·1 day agoThere is a parameter in llms called temperature. If you reduce it down to zero it will become deterministic. And probably even worse.
minus-squarefrongt@lemmy.ziplinkfedilinkEnglisharrow-up4·18 hours agoYeah but the output would be crap. Just use the same prng seed and you’ll get reproducible output.
minus-squarenaught101@lemmy.worldlinkfedilinkEnglisharrow-up18·1 day agoIf you do that it will basically produce the most average possible output, given the context. I don’t know if that’s going to be useful in a compiler context…
There is a parameter in llms called temperature. If you reduce it down to zero it will become deterministic. And probably even worse.
Yeah but the output would be crap. Just use the same prng seed and you’ll get reproducible output.
If you do that it will basically produce the most average possible output, given the context. I don’t know if that’s going to be useful in a compiler context…