
Explanation:
The question describes a scenario where a company wants to customize a chatbot's responses to match the organization's specific tone and style. The company has 100 high-quality conversation examples between customer service agents and customers that demonstrate the desired communication approach.
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.
Direct Alignment with Requirements: Fine-tuning on Amazon Bedrock specifically addresses the need to customize a model's tone using example conversations.
Efficient Use of Available Data: 100 high-quality examples are sufficient for fine-tuning a foundation model to adopt specific stylistic elements, while being insufficient for pre-training from scratch.
Managed Service Benefits: Amazon Bedrock provides a fully managed environment for fine-tuning, eliminating infrastructure management overhead.
Foundation Model Advantage: Starting with a pre-trained foundation model and fine-tuning it with company-specific examples is more efficient than building from scratch.
Practical Implementation: This approach allows the company to maintain the general capabilities of a foundation model while customizing the tone to match their brand voice.
The other options either address different problems (recommendation, deployment optimization) or propose inefficient solutions (pre-training from scratch with limited data) that don't directly meet the tone customization requirement.
Ultimate access to all questions.
No comments yet.
A company aims to align its chatbot's tone with the organization's preferred style. It possesses 100 high-quality conversation examples between customer service agents and customers. How can the company use this dataset to infuse the desired tone into the chatbot's responses?
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.