Chatterbox TTS Fine-Tuned Model

This is a fine-tuned version of the Chatterbox TTS model.

Model Details

  • Base Model: Chatterbox TTS Standard
  • Training Epochs: 50
  • Batch Size: 24
  • Learning Rate: 5e-05

Usage

from huggingface_hub import hf_hub_download
from safetensors.torch import load_file

# Download the fine-tuned weights
model_path = hf_hub_download(
    repo_id="Chandan683/chatterbox-finetuned",
    filename="t3_finetuned.safetensors"
)

# Load weights
state_dict = load_file(model_path)

Training Data

This model was fine-tuned on custom speech data.

License

MIT License

Downloads last month
11
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support