Why it matters
Temperature is core sampling knob. Understanding shapes decoding.
Advertisement
The architecture
Softmax(logits / T).
T = 0: greedy (argmax).
T = 1: unmodified distribution.
Advertisement
How it works end to end
T = 0: greedy decoding.
T = 0.7: chat balanced.
T = 1.0: model's calibrated.
T > 1: more random.