Text-to-Speech
Transformers
PyTorch
Turkish
speecht5
text-to-audio
turkish
speech-generation
Generated from Trainer
Instructions to use deryauysal/speecht5_tts_common_voice_tr with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use deryauysal/speecht5_tts_common_voice_tr with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-speech", model="deryauysal/speecht5_tts_common_voice_tr")# Load model directly from transformers import AutoProcessor, AutoModelForTextToSpectrogram processor = AutoProcessor.from_pretrained("deryauysal/speecht5_tts_common_voice_tr") model = AutoModelForTextToSpectrogram.from_pretrained("deryauysal/speecht5_tts_common_voice_tr", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
8ecc78a
1
Parent(s): ca4e0df
End of training
Browse files- README.md +5 -5
- pytorch_model.bin +1 -1
README.md
CHANGED
|
@@ -22,7 +22,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 22 |
|
| 23 |
This model is a fine-tuned version of [microsoft/speecht5_tts](https://huggingface.co/microsoft/speecht5_tts) on the CommonVoice dataset.
|
| 24 |
It achieves the following results on the evaluation set:
|
| 25 |
-
- Loss: 0.
|
| 26 |
|
| 27 |
## Model description
|
| 28 |
|
|
@@ -56,10 +56,10 @@ The following hyperparameters were used during training:
|
|
| 56 |
|
| 57 |
| Training Loss | Epoch | Step | Validation Loss |
|
| 58 |
|:-------------:|:------:|:----:|:---------------:|
|
| 59 |
-
| 0.
|
| 60 |
-
| 0.
|
| 61 |
-
| 0.
|
| 62 |
-
| 0.
|
| 63 |
|
| 64 |
|
| 65 |
### Framework versions
|
|
|
|
| 22 |
|
| 23 |
This model is a fine-tuned version of [microsoft/speecht5_tts](https://huggingface.co/microsoft/speecht5_tts) on the CommonVoice dataset.
|
| 24 |
It achieves the following results on the evaluation set:
|
| 25 |
+
- Loss: 0.4650
|
| 26 |
|
| 27 |
## Model description
|
| 28 |
|
|
|
|
| 56 |
|
| 57 |
| Training Loss | Epoch | Step | Validation Loss |
|
| 58 |
|:-------------:|:------:|:----:|:---------------:|
|
| 59 |
+
| 0.4726 | 111.11 | 1000 | 0.4570 |
|
| 60 |
+
| 0.4333 | 222.22 | 2000 | 0.4567 |
|
| 61 |
+
| 0.417 | 333.33 | 3000 | 0.4631 |
|
| 62 |
+
| 0.4327 | 444.44 | 4000 | 0.4650 |
|
| 63 |
|
| 64 |
|
| 65 |
### Framework versions
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 577878333
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0f9a3915761defb9067a70f63ca6fb56b4122ebf1f45326f5166794c2193f32a
|
| 3 |
size 577878333
|