Downloads · 30 days
13
12% of all-time downloads
adrianstanea/Ro-Grad-TTS
Ro-Grad-TTS is a text-to-speech model from adrianstanea. Use it when you need text read aloud. It is set up for pytorch. The card lists the license as apache-2.0.
Romanian adaptation of Grad-TTS, trained on the SWARA 1.0 dataset.
Downloads · 30 days
13
12% of all-time downloads
All-time downloads
111
Public
Repo size
829 MB
Likes
0
Public
Click a slice to open those files.
.pt773 MB · 93%
From the Hugging Face model README
Romanian adaptation of Grad-TTS, trained on the SWARA 1.0 dataset.
This repository only contains the pretrained model weights for Romanian Grad-TTS. The actual package for Romanian TTS inference, including installation and usage instructions, is hosted on GitHub at adrianstanea/Ro-Grad-TTS.
When using the Romanian Grad-TTS package, the weights from this repository will be automatically downloaded as needed. To install and run Romanian TTS inference, please follow the instructions in the main repository linked above.
| Model | Type | Description |
|---|---|---|
| swara | Baseline | Speaker-agnostic model trained on full SWARA dataset |
| Model | Speaker | Training Samples | Fine-tune Epochs | Use Case |
|---|---|---|---|---|
| bas_10 | BAS (Female) | 10 samples | 100 | Few-shot learning / Low-resource |
| bas_950 | BAS (Female) | 950 samples | 100 | Production-ready speaker |
| sgs_10 | SGS (Male) | 10 samples | 100 | Few-shot learning / Low-resource |
| sgs_950 | SGS (Male) | 950 samples | 100 | Production-ready speaker |
Vocoder: Universal HiFi-GAN vocoder
adrianstanea/Ro-Grad-TTS/
├── config.json # Model hyperparameters
├── hifigan_config.json # Vocoder configuration
└──── models/
├── swara/
│ └── grad-tts-base-1000.pt # Baseline model
├── bas/
│ └── grad-tts-bas-{10,950}_{15,50,100}.pt
├── sgs/
│ └── grad-tts-sgs-{10,950}_{15,50,100}.pt
└── vocoder/
└── hifigan_univ_v1 # Universal HiFi-GAN
If you use this Romanian adaptation in your research, please cite:
@ARTICLE{11269795,
author={Răgman, Teodora and Bogdan Stânea, Adrian and Cucu, Horia and Stan, Adriana},
journal={IEEE Access},
title={How Open Is Open TTS? A Practical Evaluation of Open Source TTS Tools},
year={2025},
volume={13},
number={},
pages={203415-203428},
keywords={Computer architecture;Training;Text to speech;Spectrogram;Decoding;Computational modeling;Codecs;Predictive models;Acoustics;Low latency communication;Speech synthesis;open tools;evaluation;computational requirements;TTS adaptation;text-to-speech;objective measures;listening test;Romanian},
doi={10.1109/ACCESS.2025.3637322}
}
@article{popov2021grad,
title={Grad-TTS: A Diffusion Probabilistic Model for Text-to-Speech},
author={Popov, Vadim and Vovk, Ivan and Gogoryan, Vladimir and Sadekova, Tasnima and Kudinov, Mikhail},
journal={International Conference on Machine Learning},
year={2021}
}