docs: full model card (ownership, usage, datasets)
Browse files
README.md
CHANGED
|
@@ -1,8 +1,75 @@
|
|
| 1 |
---
|
| 2 |
-
datasets:
|
| 3 |
-
- TigreGotico/tts-train-synthetic-dii_es-CO
|
| 4 |
language:
|
| 5 |
- es
|
| 6 |
-
license: cc-by-nc-
|
| 7 |
pipeline_tag: text-to-speech
|
| 8 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
|
|
|
|
|
|
| 2 |
language:
|
| 3 |
- es
|
| 4 |
+
license: cc-by-nc-nd-4.0
|
| 5 |
pipeline_tag: text-to-speech
|
| 6 |
+
datasets:
|
| 7 |
+
- TigreGotico/tts-train-synthetic-dii_es-CO
|
| 8 |
+
tags:
|
| 9 |
+
- phoonnx
|
| 10 |
+
- onnx
|
| 11 |
+
- vits
|
| 12 |
+
- text-to-speech
|
| 13 |
+
- es
|
| 14 |
+
---
|
| 15 |
+
|
| 16 |
+
# phoonnx_es-CO_dii_espeak
|
| 17 |
+
|
| 18 |
+
This is a text-to-speech voice model for **Colombian Spanish**. The voice is **Dii**, a female voice. It uses the phoonnx VITS architecture with espeak-ng for phonemization, exported to ONNX for CPU inference.
|
| 19 |
+
|
| 20 |
+
## How to use
|
| 21 |
+
|
| 22 |
+
Install [phoonnx](https://github.com/TigreGotico/phoonnx) and run:
|
| 23 |
+
|
| 24 |
+
```python
|
| 25 |
+
import wave
|
| 26 |
+
from phoonnx.config import SynthesisConfig
|
| 27 |
+
from phoonnx.voice import TTSVoice
|
| 28 |
+
|
| 29 |
+
voice = TTSVoice.from_hf("OpenVoiceOS/phoonnx_es-CO_dii_espeak")
|
| 30 |
+
|
| 31 |
+
synthesis_config = SynthesisConfig(noise_scale=0.667, length_scale=1.0, noise_w_scale=0.8)
|
| 32 |
+
|
| 33 |
+
with wave.open("output.wav", "wb") as wav_file:
|
| 34 |
+
voice.synthesize_wav("Buenos d铆as, 驴c贸mo est谩s?", wav_file, synthesis_config)
|
| 35 |
+
```
|
| 36 |
+
|
| 37 |
+
You can also use this model in OVOS with
|
| 38 |
+
[ovos-tts-plugin-phoonnx](https://github.com/OpenVoiceOS/ovos-tts-plugin-phoonnx):
|
| 39 |
+
|
| 40 |
+
```json
|
| 41 |
+
{
|
| 42 |
+
"tts": {
|
| 43 |
+
"module": "ovos-tts-plugin-phoonnx",
|
| 44 |
+
"ovos-tts-plugin-phoonnx": {
|
| 45 |
+
"voice": "OpenVoiceOS/phoonnx_es-CO_dii_espeak"
|
| 46 |
+
}
|
| 47 |
+
}
|
| 48 |
+
}
|
| 49 |
+
```
|
| 50 |
+
|
| 51 |
+
## Training data
|
| 52 |
+
|
| 53 |
+
Trained on [TigreGotico/tts-train-synthetic-dii_es-CO](https://huggingface.co/datasets/TigreGotico/tts-train-synthetic-dii_es-CO).
|
| 54 |
+
|
| 55 |
+
## Related links
|
| 56 |
+
|
| 57 |
+
- Training-data collection: https://huggingface.co/collections/TigreGotico/synthetic-tts-datasets
|
| 58 |
+
- phoonnx: https://github.com/TigreGotico/phoonnx
|
| 59 |
+
- voiceclonnx: https://github.com/TigreGotico/voiceclonnx
|
| 60 |
+
- TigreGotico: https://tigregotico.pt
|
| 61 |
+
|
| 62 |
+
## Ownership and licensing
|
| 63 |
+
|
| 64 |
+
Miro and Dii are the recorded voices of two real people. The voices, the
|
| 65 |
+
training data, and this model belong to TigreGotico Lda
|
| 66 |
+
(https://tigregotico.pt).
|
| 67 |
+
|
| 68 |
+
This model is licensed under Creative Commons
|
| 69 |
+
Attribution-NonCommercial-NoDerivatives 4.0 (CC BY-NC-ND 4.0). You may use
|
| 70 |
+
and share this model for non-commercial purposes only. Give attribution to
|
| 71 |
+
TigreGotico Lda. Do not modify, adapt, or build new models from this model.
|
| 72 |
+
Do not use the voice identity to create derivative voices.
|
| 73 |
+
|
| 74 |
+
For commercial use, for derivative models, or for any other license of the
|
| 75 |
+
Miro or Dii voice identity, contact TigreGotico Lda.
|