• dwalin@lemmy.world
    link
    fedilink
    English
    arrow-up
    17
    arrow-down
    1
    ·
    1 day ago

    There is a parameter in llms called temperature. If you reduce it down to zero it will become deterministic. And probably even worse.

    • naught101@lemmy.world
      link
      fedilink
      English
      arrow-up
      17
      ·
      1 day ago

      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…

    • frongt@lemmy.zip
      link
      fedilink
      English
      arrow-up
      4
      ·
      1 day ago

      Yeah but the output would be crap. Just use the same prng seed and you’ll get reproducible output.