Q92 — AWS AIF-C01 Ch.1
Question 92 of 100 | ← Chapter 1
A company is training a foundation model (FM). The company wants to improve the model’s accuracy to a specified acceptable level. Which solution meets these requirements?
- A. Decrease the batch size.
- B. Increase the number of iterations. ✓
- C. Decrease the number of iterations.
- D. Increase the temperature parameter.
Correct Answer: B. Increase the number of iterations.
Explanation
To improve model accuracy to a specific acceptable level, increasing the number of iterations is an effective solution. More iterations allow the model to train more thoroughly on the dataset, helping it learn better feature representations and thereby improving accuracy. Other options—such as decreasing batch size or increasing temperature—are not standard or most effective methods for directly achieving a target accuracy level.