docs: correct lineage wording (fine-tuned from closest-language base)
Browse files
README.md
CHANGED
|
@@ -5,6 +5,8 @@ license: cc-by-nc-nd-4.0
|
|
| 5 |
pipeline_tag: text-to-speech
|
| 6 |
datasets:
|
| 7 |
- TigreGotico/tts-train-synthetic-miro_nl-NL
|
|
|
|
|
|
|
| 8 |
tags:
|
| 9 |
- piper
|
| 10 |
- onnx
|
|
@@ -15,7 +17,7 @@ tags:
|
|
| 15 |
|
| 16 |
# pipertts_nl-NL_miro
|
| 17 |
|
| 18 |
-
This is a text-to-speech voice model for **Dutch**. The voice is **Miro**, a male voice. It uses the Piper VITS architecture, exported to ONNX for CPU inference.
|
| 19 |
|
| 20 |
## How to use
|
| 21 |
|
|
|
|
| 5 |
pipeline_tag: text-to-speech
|
| 6 |
datasets:
|
| 7 |
- TigreGotico/tts-train-synthetic-miro_nl-NL
|
| 8 |
+
base_model:
|
| 9 |
+
- OpenVoiceOS/pipertts_pt-PT_miro
|
| 10 |
tags:
|
| 11 |
- piper
|
| 12 |
- onnx
|
|
|
|
| 17 |
|
| 18 |
# pipertts_nl-NL_miro
|
| 19 |
|
| 20 |
+
This is a text-to-speech voice model for **Dutch**. The voice is **Miro**, a male voice. It uses the Piper VITS architecture, exported to ONNX for CPU inference. It was fine-tuned from the base voice `pipertts_pt-PT_miro`, the closest available language for this voice.
|
| 21 |
|
| 22 |
## How to use
|
| 23 |
|