Text-to-Audio
Transformers
TensorBoard
Safetensors
English
speecht5
scottish
tts
glaswegian
Generated from Trainer
Instructions to use divakaivan/glaswegian_tts with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use divakaivan/glaswegian_tts with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-audio", model="divakaivan/glaswegian_tts")# Load model directly from transformers import AutoProcessor, AutoModelForTextToSpectrogram processor = AutoProcessor.from_pretrained("divakaivan/glaswegian_tts") model = AutoModelForTextToSpectrogram.from_pretrained("divakaivan/glaswegian_tts", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -15,6 +15,8 @@ model-index:
|
|
| 15 |
results: []
|
| 16 |
---
|
| 17 |
|
|
|
|
|
|
|
| 18 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 19 |
should probably proofread and complete it, then remove this comment. -->
|
| 20 |
|
|
|
|
| 15 |
results: []
|
| 16 |
---
|
| 17 |
|
| 18 |
+
Fine-tuned using [this notebook](https://colab.research.google.com/drive/1ChrneivOTcgkwdnbwg7nRAEHF2wamb7R?usp=sharing)
|
| 19 |
+
|
| 20 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 21 |
should probably proofread and complete it, then remove this comment. -->
|
| 22 |
|