9 ms·
A ok got it, the next token is sampled from a deterministic probability distribution, hence the random output. But why not get the token with the highest probab
by michaeljx 1y ago
A ok got it, the next token is sampled from a deterministic probability distribution, hence the random output. But why not get the token with the highest probability/weight? Is this to avoid some local minima?
- minimaxir 1y agoIt depends on your use case. Deterministic output is less "creative."