|
|
|
|
|
by TerrifiedMouse
937 days ago
|
|
> very least show clear signs of creativity Do you know how that “creativity” is achieved? It’s done with a random number generator. Instead of having the LLM pick the absolute most likely next token, they have it select from a set of most likely next tokens - size of the set depends on “temperature”. Set temperature to 0, and the LLM will talk in circles and not really say anything interesting. Set it too high and it will output nonsense. The whole design of LLMs don’t seem very well thought out. Things are done a certain way not because it makes sense but because it seems to produce “impressive” results. |
|
Saying that it's done with a random number generator doesn't really explain the wonder of achieving meaningful creative output, as in being able to generate literature, for example.