AWS AI Practitioner
A company is deploying a new AI application to generate content for internal users. Which strategy will make the application output more deterministic?
A
Decreasing the temperature
✓ Correcta
B
Increasing the learning rate
C
Setting stop sequences
D
Setting the token count
Explicación
Decreasing the temperature parameter reduces the randomness in the model's token selection process, making outputs more deterministic and consistent. A temperature of 0 makes the model always choose the most probable next token, resulting in highly reproducible outputs for the same input.