Instructions to use imanek/my_tts_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use imanek/my_tts_model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-audio", model="imanek/my_tts_model")# Load model directly from transformers import AutoProcessor, AutoModelForTextToSpectrogram processor = AutoProcessor.from_pretrained("imanek/my_tts_model") model = AutoModelForTextToSpectrogram.from_pretrained("imanek/my_tts_model") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 4000
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 577841544
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:34fc9635bef2d6c6ef071f830974ed5c4b81f9afda1ae465932aa7786728451b
|
| 3 |
size 577841544
|
runs/Mar15_06-53-15_27a52183e444/events.out.tfevents.1742021674.27a52183e444.7508.0
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:118c1d8eee4ed1c107e0210777cd87f87231f060df9520a74e5a9660f13a58e4
|
| 3 |
+
size 41856
|