Instructions to use declare-lab/mustango with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use declare-lab/mustango with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-audio", model="declare-lab/mustango")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("declare-lab/mustango", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -93,10 +93,10 @@ Recommended training time from scratch on MusicBench is at least 40 epochs.
|
|
| 93 |
|
| 94 |
We have released the following models:
|
| 95 |
|
| 96 |
-
Mustango Pretrained: https://huggingface.co/declare-lab/mustango
|
| 97 |
|
| 98 |
|
| 99 |
-
Mustango:
|
| 100 |
|
| 101 |
|
| 102 |
## Citation
|
|
|
|
| 93 |
|
| 94 |
We have released the following models:
|
| 95 |
|
| 96 |
+
Mustango Pretrained: https://huggingface.co/declare-lab/mustango-pretrained
|
| 97 |
|
| 98 |
|
| 99 |
+
Mustango: https://huggingface.co/declare-lab/mustango
|
| 100 |
|
| 101 |
|
| 102 |
## Citation
|