Instructions to use nateraw/musicgen-songstarter-v0.2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Audiocraft
How to use nateraw/musicgen-songstarter-v0.2 with Audiocraft:
from audiocraft.models import MusicGen model = MusicGen.get_pretrained("nateraw/musicgen-songstarter-v0.2") descriptions = ['happy rock', 'energetic EDM', 'sad jazz'] wav = model.generate(descriptions) # generates 3 samples. - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -11,6 +11,10 @@ license: cc-by-nc-4.0
|
|
| 11 |
|
| 12 |
# Model Card for musicgen-songstarter-v0.2
|
| 13 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
musicgen-songstarter-v0.2 is a [`musicgen-stereo-melody-large`](https://huggingface.co/facebook/musicgen-stereo-melody-large) fine-tuned on a dataset of melody loops from my Splice sample library. It's intended to be used to generate song ideas that are useful for music producers. It generates stereo audio in 32khz.
|
| 15 |
|
| 16 |
Compared to [`musicgen-songstarter-v0.1`](https://huggingface.co/nateraw/musicgen-songstarter-v0.1), this new version:
|
|
|
|
| 11 |
|
| 12 |
# Model Card for musicgen-songstarter-v0.2
|
| 13 |
|
| 14 |
+
<a target="_blank" href="https://colab.research.google.com/gist/nateraw/0cb4c242b70af10044e9ae73f4617c86/songstarter-v0-2-demo.ipynb">
|
| 15 |
+
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
|
| 16 |
+
</a>
|
| 17 |
+
|
| 18 |
musicgen-songstarter-v0.2 is a [`musicgen-stereo-melody-large`](https://huggingface.co/facebook/musicgen-stereo-melody-large) fine-tuned on a dataset of melody loops from my Splice sample library. It's intended to be used to generate song ideas that are useful for music producers. It generates stereo audio in 32khz.
|
| 19 |
|
| 20 |
Compared to [`musicgen-songstarter-v0.1`](https://huggingface.co/nateraw/musicgen-songstarter-v0.1), this new version:
|