CoolFace
Modelpublic

HarshBhanushali7705/F5-TTS-for-Gujarati-Language

sourceHugging Facegpl-3.0updated 8mo agoView on Hugging Face
4likes19downloads
Model Card

๐Ÿ—ฃ๏ธ F5-TTS for Gujarati (24000 Iterations)

This is a fine-tuned F5-TTS model on the Gujarati language using the IIT Madras Indic TTS Dataset.

  • โ€”Base Model: SWivid/F5-TTS
  • โ€”Language: Gujarati (gu)
  • โ€”Training Steps: 24000
  • โ€”Sampling Rate: 22050 Hz
  • โ€”License: GPL-3.0

๐Ÿง  Model Details

This model is fine-tuned for Gujarati speech synthesis and is part of efforts to expand high-quality TTS to low-resource Indian languages. The model uses Tacotron-based architecture with attention and vocoder backend.


๐Ÿ‘ฅ Contributors

  • โ€”Harsh Bhanushali
  • โ€”Harsh Ahir (๐Ÿค— Hugging Face: Ahir4)

๐Ÿ“ฆ Files

  • โ€”model_24000.pt โ€“ Fine-tuned model checkpoint
  • โ€”config.json โ€“ Model configuration (sampling rate, layers, etc.)
  • โ€”inference.py โ€“ Example inference script
  • โ€”assets/sample_output.wav โ€“ Optional audio sample

๐Ÿ”ง How to Use

Install dependencies

bash
pip install torch torchaudio numpy