Exercises

LM-C14-C-001

Greedy decoding sees probabilities 0.2, 0.5, and 0.3. Which probability is selected, multiplied by 10?

Compute it first, then check your number.

LM-C14-C-002

If top-k uses k = 8, how many candidates are kept?

Compute it first, then check your number.

LM-C14-C-003

If top-p uses p = 0.95, what threshold percentage is targeted?

Compute it first, then check your number.

LM-C14-C-004

Does changing temperature change the model weights? Answer 1 for yes or 0 for no.

Compute it first, then check your number.

LM-C14-C-005

Can the same model produce different text under different decoding policies? Answer 1 for yes or 0 for no.

Compute it first, then check your number.