--- --- extra_gated_heading: "This repository is publicly accessible, but you have to accept the Terms and Conditions to access its files and content." extra_gated_description: "## **Terms and Conditions of Use** ### Agreement These Terms and Conditions govern the use of the Galician text-to-speech (TTS) model Nos_TTS-celtia-matcha-graphemes based on artificial neural networks developed within the framework of the Nós Project of the University of Santiago de Compostela (hereinafter, \"Holder\"). The model is available for download and use under the Apache License, Version 2.0. By downloading or using the model, the user (hereinafter, \"User\") agrees to these terms. The use of the models also implies compliance with privacy policies and any additional regulations associated with the download repository. ### Purpose The TTS model is designed for research and development of applications related to TTS technology in Galician. ### License The model is made available under the Apache License, Version 2.0, which allows its use, modification, and distribution, provided the license terms are respected, including proper acknowledgement of the Holder as the original creator. ### Permitted Use The model may be used to generate synthetic speech in Galician according to the terms of the aforementioned License.\ Users are responsible for complying with applicable laws and respecting third-party rights when using the model. ### Restrictions Users agree not to: - Use the model for illegal activities or any activity that may infringe intellectual property or other third-party rights, including, but not limited to, its use to promote disinformation, hate speech or breaches of privacy. - Claim that the model was developed by entities other than the Holder. ### Disclaimer The model is provided \"as is\" without any warranty of any kind. The Holder shall not be liable for any direct, indirect, or consequential damages resulting from the use or inability to use the model and does not guarantee the absence of bias or errors in the generated content. ### Amendments to the Terms These Terms may be updated by the Holder at any time. The latest version will be available in the repository where the model is hosted. This document is a legal contract between you and the dataset provider. By accessing and using the model, you acknowledge and agree to abide by the Terms and Conditions." extra_gated_button_content: "I agree to the Terms and Conditions" extra_gated_fields: Name: text Email: text Institution: text Country: country I want to use this model for: type: text license: apache-2.0 datasets: - proxectonos/Nos_Celtia-GL language: - gl pipeline_tag: text-to-speech tags: - TTS - speech-synthesis - Galician - female-speaker - Matcha-TTS --- # Celtia: Nós Project's Galician TTS Model ## Model description **Celtia** is a Galician TTS model developed by the [Nós project](https://nos.gal/gl/proxecto-nos). It was trained from scratch using the [Matcha-TTS](https://github.com/shivammehta25/Matcha-TTS) Python library on the corpus [Nos_Celtia-GL](https://zenodo.org/record/7716958). This corpus comprises a total of 20,000 sentences recorded by a professional voice talent. Specifically, a subset of 13,000 sentences, corresponding to 15.5 hours of speech, was used to train the model. The model was trained directly on grapheme inputs, so no phonetic transcription is required. The [Cotovía](http://gtm.uvigo.es/en/transfer/software/cotovia/) tool can be used to normalize the input text. ## Intended uses and limitations You can use this model to generate synthetic speech in Galician. ## Installation ### Cotovía For text normalization, you can use the front-end of Cotovía. This software is available for download on the [SourceForge](https://sourceforge.net/projects/cotovia/files/Debian%20packages/) website. The required Debian packages are `cotovia_0.5_amd64.deb` and `cotovia-lang-gl_0.5_all.deb`, which can be installed using the following commands: ```bash sudo dpkg -i cotovia_0.5_amd64.deb sudo dpkg -i cotovia-lang-gl_0.5_all.deb ``` ### TTS library To synthesize speech, you need to install the Coqui TTS library: ```bash pip install matcha-tts ``` ## How to use ### Command-line usage The following command normalizes and synthesizes the input text using the Celtia model: ```bash matcha-tts --text "a erupción provoca a emanación de gases á atmosfera." --checkpoint_path celtia.ckpt --vocoder hifigan_univ_v1 --output_folder . --speaking_rate 1 ``` The output synthesized speech is saved to the specified audio file. For more information, check the [Matcha-TTS repo](https://github.com/shivammehta25/Matcha-TTS). ## Training ### Hyperparameter The model is based on Matcha-TTS proposed by [Shivam Mehta et al](https://arxiv.org/abs/2309.03199). The following hyperparameters were set in the Matcha-TTS repository. | Hyperparameter | Value | |------------------------------------|----------------------------------| | Model | matcha | | Batch Size | 32 | | Precision | 16-mixed | | Window Length | 1024 | | Hop Length | 256 | | FTT size | 1024 | | Optimizer | adam | | Learning rate | 0.0001 | The model was trained for 4,000 epochs. ## Additional information ### Authors Antonio Moscoso, Carmen Magariños and Alberto Bugarín. ### Contact information For further information, send an email to proxecto.nos@usc.gal ### Licensing Information [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0) ### Funding This research was produced within the framework of the Proxecto Nós, funded by the Ministry for Digital Transformation and Public Administration and the Recovery, Transformation, and Resilience Plan – Funded by the European Union – NextGenerationEU, as part of the Ilenia Project with reference 2022/TL22/00215336, and previously “The Nós project: Galician in the society and economy of Artificial Intelligence”, resulting from the agreement 2021-CP080 between the Xunta de Galicia and the University of Santiago de Compostela, and thanks to the Investigo program, within the National Recovery, Transformation and Resilience Plan, within the framework of the European Recovery Fund (NextGenerationEU). ### Citation information If you use this model, please cite as follows: Moscoso, Antonio; Magariños, Carmen; Bugarín-Diz, Alberto. 2026. Nos_TTS-celtia-matcha-graphemes. URL: https://huggingface.co/proxectonos/Nos_TTS-celtia-matcha-graphemes