A fine-tuned version of Dia-1.6B for professional insurance sales voice generation. This model specializes in generating natural and professional voice samples for insurance-related interactions.
1from dia.model import Dia
2
3model = Dia.from_pretrained("prarabdha/insurance-agent-voice")
4audio = model.generate("Let me explain the benefits of our comprehensive insurance policy. We offer competitive rates and excellent coverage options...")
The model was fine-tuned on a custom dataset of insurance sales conversations, policy explanations, and customer service interactions with corresponding audio prompts.
This model is specifically designed for insurance sales voice generation and may not perform optimally for other types of content or industries.
This model is released under the Apache License 2.0. See the LICENSE file for more details.