AWS Certified AI Practitioner (AIF-C01) — Question 50
A company is training a foundation model (FM). The company wants to increase the accuracy of the model up to a specific acceptance level.
Which solution will meet these requirements?
Answer options
- A. Decrease the batch size.
- B. Increase the epochs.
- C. Decrease the epochs.
- D. Increase the temperature parameter.
Correct answer: B
Explanation
Increasing the epochs allows the model to learn more from the training data, improving its performance and accuracy. Decreasing the batch size may help with training dynamics but does not directly increase accuracy. Decreasing the epochs would limit training time and could lead to underfitting. Increasing the temperature parameter generally affects output randomness rather than model accuracy.