←back to thread

112 points Bluestein | 1 comments | | HN request time: 0.209s | source
Show context
nottorp ◴[] No.44463535[source]
Is this deterministic or random like a LLM?
replies(1): >>44465018 #
1. 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.