Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

BosonLab
/
chatterbox-bangla

Text-to-Speech
Chatterbox
Bengali
tts
bengali
bangla
fine-tuned
zero-shot-tts
speech
speech-synthesis
Model card Files Files and versions
xet
Community

Instructions to use BosonLab/chatterbox-bangla with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Chatterbox

    How to use BosonLab/chatterbox-bangla with Chatterbox:

    # pip install chatterbox-tts
    import torchaudio as ta
    from chatterbox.tts import ChatterboxTTS
    
    model = ChatterboxTTS.from_pretrained(device="cuda")
    
    text = "Ezreal and Jinx teamed up with Ahri, Yasuo, and Teemo to take down the enemy's Nexus in an epic late-game pentakill."
    wav = model.generate(text)
    ta.save("test-1.wav", wav, model.sr)
    
    # If you want to synthesize with a different voice, specify the audio prompt
    AUDIO_PROMPT_PATH="YOUR_FILE.wav"
    wav = model.generate(text, audio_prompt_path=AUDIO_PROMPT_PATH)
    ta.save("test-2.wav", wav, model.sr)
  • Notebooks
  • Google Colab
  • Kaggle
chatterbox-bangla
3.21 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 14 commits
arijitx's picture
arijitx
Upload README.md with huggingface_hub
025a56f verified about 1 month ago
  • audios
    Upload sample audios about 1 month ago
  • .gitattributes
    2.26 kB
    Upload sample audios about 1 month ago
  • README.md
    8.96 kB
    Upload README.md with huggingface_hub about 1 month ago
  • conds.pt

    Detected Pickle imports (4)

    • "torch.LongStorage",
    • "collections.OrderedDict",
    • "torch.FloatStorage",
    • "torch._utils._rebuild_tensor_v2"

    What is a pickle import?

    107 kB
    xet
    Add ChatterBox Bangla fine-tuned model (checkpoint-20000, ~10.6 epochs) about 1 month ago
  • s3gen.safetensors
    1.06 GB
    xet
    Add ChatterBox Bangla fine-tuned model (checkpoint-20000, ~10.6 epochs) about 1 month ago
  • t3_cfg.safetensors
    2.14 GB
    xet
    Fix key prefix: strip 't3.' from state dict for compatibility with from_local about 1 month ago
  • tokenizer.json
    71.5 kB
    Add ChatterBox Bangla fine-tuned model (checkpoint-20000, ~10.6 epochs) about 1 month ago
  • ve.safetensors
    5.7 MB
    xet
    Add ChatterBox Bangla fine-tuned model (checkpoint-20000, ~10.6 epochs) about 1 month ago