Decoding

The model outputs logits for every token in its vocabulary. Softmax converts these to probabilities, then a sampling strategy selects the next token.

Temperature

T = 1.0
0.1 (peaked) 1.0 (default) 3.0 (flat)

Sampling Strategy

Statistics

Top-1 Prob
Candidates
Filtered
Entropy
bits
Eff. Vocab
tokens
Strategy

Top Tokens

Logits (raw model scores — fixed)

Sampling Distribution

Samples

Click a preset to load an interesting configuration.