Softmax & Temperature

Softmax converts raw scores (logits) into a probability distribution. Temperature controls how peaked or flat it is.

Temperature

T = 1.0
0.1 (greedy) 1.0 (default) 3.0 (random)

Statistics

Top-1 Prob
Entropy
bits
Eff. Vocab
2^H tokens

Top-k Tokens

Logits (raw model scores — fixed)

Probabilities after softmax(logits / T)

Click a preset to load an interesting configuration.