Question 9
Which decoding method ensures the same response every time for a given prompt (assuming no randomness in model weights)? Select all that apply.
Top-k with k = 3, temperature > 1
Top-k with k = 3, temperature = 1
Top-p with p = 0.2, Temperature > 1
Top-p with p = 0.2, Temperature = 1
Beam Search with beam-size = 5
Beam Search with beam-size = 1