Free Microsoft AI-900 Azure AI Fundamentals Actual Exam Questions - Question 5 Discussion
from a chat solution that uses the Azure OpenAI GPT-3.5 model?
C imo, presence penalty directly affects repetition, making responses less predictable.
Option C seems right because presence penalty discourages repeating the same words, which naturally leads to more varied responses. The other options don’t really influence token diversity directly.
It’s C. Presence penalty helps the model avoid repeating the same ideas, which encourages more varied output compared to just cutting off with a stop sequence like in D.
C/D? Presence penalty (C) makes the model avoid repeating tokens, which boosts diversity, while stop sequences (D) just cut off output, so less relevant. Definitely more about presence penalty here.
Maybe C, presence penalty affects diversity, but does the question mean token-level diversity or topic variety? Also, what’s the default setting here?