Q24 — AWS AIF-C01 Ch.2

Question 24 of 100 | ← Chapter 2

Which strategy is used to evaluate the accuracy of a foundation model (FM) in an image classification task?

Correct Answer: B. Evaluate model accuracy against a predefined benchmark dataset.

Explanation

Evaluating the accuracy of a foundation model (FM) in image classification is a core requirement. To objectively and accurately assess model performance, a predefined benchmark dataset—containing images with known ground-truth labels—is typically used. By feeding these images into the model and computing metrics such as accuracy and loss, the model’s classification performance can be comprehensively evaluated. Thus, evaluating against a predefined benchmark dataset is the standard strategy.