←back to thread

112 points Bluestein | 2 comments | | HN request time: 0.5s | source
1. nottorp ◴[] No.44463535[source]
Is this deterministic or random like a LLM?
replies(1): >>44465018 #
2. l-m-z ◴[] No.44465018[source]
Hibiki is an auto-regressive model with temperature based sampling so very similar to a LLM, generations are "random" and you can make them deterministic by fixing the RNG seed.