
Ultimate access to all questions.
Deep dive into the quiz with AI chat providers.
We prepare a focused prompt with your quiz and certificate details so each AI can offer a more tailored, in-depth explanation.
A text generator frequently produces generic or repetitive responses. The team wants more diverse options without making the output too chaotic. Which parameter should they modify?
A
Increase the temperature to 0.85
B
Set top-p to 0.98
C
Reduce temperature to 0.1
D
Reduce top-k to 20
Explanation:
Temperature is a parameter that controls the randomness of predictions in language models. It affects the probability distribution of the next token:
Why option A is correct:
Why other options are incorrect:
Key takeaway: Temperature is the primary parameter for controlling diversity vs. determinism in text generation.