Inference Parameters Quiz

5 questions Pass: 70% +25 pts

Quiz covering Foundation Model Design

Inference Parameters Quiz

5 questions | Pass: 70% | Earn 25 points

Questions in this quiz

A preview of the 5 questions covered. Start the quiz above to answer them, check your score, and read the explanations.

  1. 1

    Which parameter controls the randomness of the model's output by flattening or sharpening the probability distribution of the next token?

  2. 2

    You notice that your model is frequently repeating the same phrases in long-form generation. Which parameter should you adjust to discourage this behavior?

  3. 3

    When using Top-P (Nucleus) sampling with a value of 0.9, how does the model select the next token?

  4. 4

    A user wants a model to be strictly factual and avoid creative hallucinations. Which combination of settings is most appropriate?

  5. 5

    If you set 'Top-K' to 50 and 'Top-P' to 0.9 simultaneously, how does the inference engine typically apply these constraints?