Instructions to use Lingua-Connect/speecht5_sw_normal with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Lingua-Connect/speecht5_sw_normal with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-audio", model="Lingua-Connect/speecht5_sw_normal")# Load model directly from transformers import AutoProcessor, AutoModelForTextToSpectrogram processor = AutoProcessor.from_pretrained("Lingua-Connect/speecht5_sw_normal") model = AutoModelForTextToSpectrogram.from_pretrained("Lingua-Connect/speecht5_sw_normal", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 2000
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 577789320
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2631a5884ef02f567dc0d7eec28b2f9cfdd778465c7f4b493b8dbdaa50c828f7
|
| 3 |
size 577789320
|
runs/Apr03_16-20-31_5fd0b8d01cda/events.out.tfevents.1743697234.5fd0b8d01cda.640.2
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:485386c5e660e30e662342b2f44148addfe4c0e29ee7756a315ba71ef3187236
|
| 3 |
+
size 24981
|