Microsoft Certified Azure AI Engineer Associate · Free Practice Question Medium
Question 20
You are an AI researcher. You want to use Azure Open AI service to generate caption for images that contain domain specific terms and symbols. You notice that the completion generated by Azure open AI model are often accurate week or irrelevant to your images. You prepare a collection of images and corresponding accurate captions.
You need to build a custom model by retrieving the Azure open AI base model with your data
which of the following technique should you use ?
-
A
Embedding
-
B
Fine-tuning
-
C
Prompt Engineering
Reveal correct answer
Correct answer: B
B. Fine-tuning is the process of taking a pre-trained model and further training it on a specific dataset to adapt it to a particular task or domain. In this case, fine-tuning the Azure Open AI base model with your collection of images and accurate captions would help improve the model's performance on generating relevant captions for domain-specific terms and symbols.
Discussion
Think the marked answer is wrong, or have a better explanation? Share it below — comments appear after review.
