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
Upload folder using huggingface_hub
Browse files- .gitattributes +3 -0
- assets/bach.mp3 +0 -0
- assets/bach_guitar.wav +3 -0
- assets/kalhonaho.wav +3 -0
- assets/kalhonaho_trap.wav +3 -0
- assets/prompts.txt +2 -0
- compression_state_dict.bin +3 -0
- state_dict.bin +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,6 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
assets/bach_guitar.wav filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
assets/kalhonaho.wav filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
assets/kalhonaho_trap.wav filter=lfs diff=lfs merge=lfs -text
|
assets/bach.mp3
ADDED
|
Binary file (160 kB). View file
|
|
|
assets/bach_guitar.wav
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:74f21f64e00890e19ed5c946fd9d1c1e721f9c976468f9faf25c9d5eea6014ff
|
| 3 |
+
size 1280078
|
assets/kalhonaho.wav
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:564b4e65a3198b3a82198fd620b27e8a18bfaddb583a6b50165aa00df37a6da8
|
| 3 |
+
size 5292128
|
assets/kalhonaho_trap.wav
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b1815b33973fc22d7c3920af0a253c3e48776561f0be865782a6b1a4c357b6eb
|
| 3 |
+
size 2560078
|
assets/prompts.txt
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
bach: acoustic, guitar, melody, trap, d minor, 90 bpm
|
| 2 |
+
kalhonaho: trap, synthesizer, songstarters, dark, G# minor, 140 bpm
|
compression_state_dict.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:43c990a49a2c179f5d1a084db79f62a06384c186b4afc134c4eb49a8297a06a7
|
| 3 |
+
size 589
|
state_dict.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:95a84efb601c771ad74623183d32b5fa02f05688829512fb1634cb12ec9697ee
|
| 3 |
+
size 9940386157
|