Question 11
Suppose a language model outputs the following logits for a vocabulary of size 4:
| Token | Logit |
|---|---|
| the | 2.0 |
| sky | 1.0 |
| is | 0.5 |
| blue |
You apply temperature scaling with temperature . After applying the softmax on the temperature-scaled logits, what is the probability assigned to the token “the”? (Give your answer up to 2 decimal places)