Instructions to use Futuresony/output with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Futuresony/output with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-audio", model="Futuresony/output")# Load model directly from transformers import AutoProcessor, AutoModelForTextToSpectrogram processor = AutoProcessor.from_pretrained("Futuresony/output") model = AutoModelForTextToSpectrogram.from_pretrained("Futuresony/output") - Notebooks
- Google Colab
- Kaggle
Commit ·
e4dfbd8
1
Parent(s): 16f5975
Upload Swahili Speech T5 model files
Browse files- model.safetensors +1 -1
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:9d0a989b1b24a45e1efc440cb9bf90144b0ae07a6baeab913c2804ab81e181b4
|
| 3 |
size 577789320
|