
Ultimate access to all questions.
Answer-first summary for fast verification
Answer: Raise temperature to 0.9
## Explanation **Temperature parameter** controls the randomness/creativity of the model's output: - **Lower temperature (0.0-0.3)**: More deterministic, predictable, and consistent responses - **Higher temperature (0.7-1.0)**: More creative, diverse, and unpredictable responses **Why B is correct**: - The problem states outputs are "too similar" - indicating lack of diversity - Raising temperature to 0.9 increases randomness and creativity - This will generate more unique and varied post captions **Why others are incorrect**: - **A**: Lowering temperature would make outputs even more similar and predictable - **C**: Reducing max-tokens limits response length, not creativity - **D**: Stop-sequence controls when generation stops, not output diversity
Author: Ritesh Yadav
A social-media company uses Amazon Bedrock to draft unique post captions. The current outputs are too similar. What parameter should the team adjust?
A
Lower temperature to 0.2
B
Raise temperature to 0.9
C
Reduce max-tokens to 50
D
Set stop-sequence to "End of post"
No comments yet.