Update README.md
Browse files
README.md
CHANGED
|
@@ -10,6 +10,8 @@ tags:
|
|
| 10 |
- speech-synthesis
|
| 11 |
- Basque
|
| 12 |
- piper
|
|
|
|
|
|
|
| 13 |
---
|
| 14 |
|
| 15 |
# Basque TTS: Maider (Piper Version)
|
|
@@ -28,12 +30,22 @@ This version has been exported/trained specifically for use with the Piper TTS e
|
|
| 28 |
|
| 29 |
## Training Details
|
| 30 |
|
|
|
|
|
|
|
| 31 |
- **Architecture:** VITS
|
| 32 |
- **Training Engine:** Piper (PyTorch Lightning)
|
| 33 |
-
- **Iterations:** 22 epochs
|
| 34 |
- **Sample Rate:** 22050 Hz
|
| 35 |
- **Phonemization:** espeak-ng (Basque)
|
| 36 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 37 |
## Files Included
|
| 38 |
* `eu-maider-medium.onnx`: The exported model for fast inference.
|
| 39 |
* `eu-maider-medium.onnx.json`: The configuration file (includes phoneme map and synthesis settings).
|
|
@@ -69,4 +81,4 @@ The base model belongs to the Aholab TTS collection. All voices in this collecti
|
|
| 69 |
## Authors & Credits
|
| 70 |
|
| 71 |
The original Maider model was created by:
|
| 72 |
-
HiTZ Basque Center for Language Technology - Aholab Signal Processing Laboratory, University of the Basque Country EHU.
|
|
|
|
| 10 |
- speech-synthesis
|
| 11 |
- Basque
|
| 12 |
- piper
|
| 13 |
+
datasets:
|
| 14 |
+
- itzune/maider-dataset
|
| 15 |
---
|
| 16 |
|
| 17 |
# Basque TTS: Maider (Piper Version)
|
|
|
|
| 30 |
|
| 31 |
## Training Details
|
| 32 |
|
| 33 |
+
- **Dataset:** [itzune/maider-dataset](https://huggingface.co/datasets/itzune/maider-dataset)
|
| 34 |
+
- **Data Volume:** 99,996 high-quality audio samples (~100k files).
|
| 35 |
- **Architecture:** VITS
|
| 36 |
- **Training Engine:** Piper (PyTorch Lightning)
|
| 37 |
+
- **Iterations:** 22 epochs (258,750 steps)
|
| 38 |
- **Sample Rate:** 22050 Hz
|
| 39 |
- **Phonemization:** espeak-ng (Basque)
|
| 40 |
|
| 41 |
+
## Data Source & Dataset Integration
|
| 42 |
+
|
| 43 |
+
This model has been fine-tuned/trained using the **maider_dataset**, a large-scale Basque speech corpus specifically curated for high-fidelity synthesis.
|
| 44 |
+
|
| 45 |
+
- **Link to Dataset:** [Maider Dataset on Hugging Face](https://huggingface.co/datasets/itzune/maider-dataset)
|
| 46 |
+
- **Dataset structure:** The data was processed using WebDataset (sharded .tar files) to handle the 100k samples efficiently after the Piper training process.
|
| 47 |
+
- **Content:** Each audio file is paired with its corresponding Basque transcription in a `metadata.csv` file, ensuring precise alignment during the 22 epochs of training.
|
| 48 |
+
|
| 49 |
## Files Included
|
| 50 |
* `eu-maider-medium.onnx`: The exported model for fast inference.
|
| 51 |
* `eu-maider-medium.onnx.json`: The configuration file (includes phoneme map and synthesis settings).
|
|
|
|
| 81 |
## Authors & Credits
|
| 82 |
|
| 83 |
The original Maider model was created by:
|
| 84 |
+
HiTZ Basque Center for Language Technology - Aholab Signal Processing Laboratory, University of the Basque Country EHU.
|