Instructions to use AmbroseIkpele/model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use AmbroseIkpele/model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-audio", model="AmbroseIkpele/model")# Load model directly from transformers import AutoProcessor, AutoModelForTextToSpectrogram processor = AutoProcessor.from_pretrained("AmbroseIkpele/model") model = AutoModelForTextToSpectrogram.from_pretrained("AmbroseIkpele/model") - Notebooks
- Google Colab
- Kaggle
Commit ·
97dfd87
1
Parent(s): 82a004f
Training in progress, step 3500
Browse files- pytorch_model.bin +1 -1
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 577958205
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:20f3962e7e18513a37feb3cfad265c1fc9ece22d3e56a9fb25b502d05629fd71
|
| 3 |
size 577958205
|