AWS Certified AI Practitioner (AIF-C01) — Question 195
A company wants to improve its chatbot's responses to match the company's desired tone. The company has 100 examples of high-quality conversations between customer service agents and customers. The company wants to use this data to incorporate company tone into the chatbot's responses.
Which solution meets these requirements?
Answer options
- A. Use Amazon Personalize to generate responses.
- B. Create an Amazon SageMaker HyperPod pre-training job.
- C. Host the model by using Amazon SageMaker. Use TensorRT for large language model (LLM) deployment.
- D. Create an Amazon Bedrock fine-tuning job.
Correct answer: D
Explanation
The correct answer is D because Amazon Bedrock allows for fine-tuning models with specific datasets, like the company's examples, to achieve the desired tone in chatbot responses. The other options do not provide the necessary functionality for fine-tuning a model based on specific conversation examples.