Instructions to use Shinapri/speecht5_th with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Shinapri/speecht5_th with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-audio", model="Shinapri/speecht5_th", device_map="auto")# Load model directly from transformers import AutoProcessor, AutoModelForTextToSpectrogram processor = AutoProcessor.from_pretrained("Shinapri/speecht5_th") model = AutoModelForTextToSpectrogram.from_pretrained("Shinapri/speecht5_th", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Shinapri Delucania commited on
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 577998216
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6aa66be79d1b5ffffd80085e733581000dfafec20e799b11de29e79eac37fa70
|
| 3 |
size 577998216
|
runs/Mar23_06-12-08_18616f325351/events.out.tfevents.1742710333.18616f325351.33984.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:8b15cecc9acc171bfbb503ac3225a0877b9e19fbcd82affe89f0f3825ddfbeeb
|
| 3 |
+
size 24064
|