Instructions to use facebook/audio-magnet-medium with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Audiocraft
How to use facebook/audio-magnet-medium with Audiocraft:
from audiocraft.models import MAGNeT model = MAGNeT.get_pretrained("facebook/audio-magnet-medium") descriptions = ['disco beat', 'energetic EDM', 'funky groove'] wav = model.generate(descriptions) # generates 3 samples. - Notebooks
- Google Colab
- Kaggle
Update README.md
#2
by reach-vb - opened
README.md
CHANGED
|
@@ -177,3 +177,5 @@ Below are the objective metrics obtained with the released audio-magnet models o
|
|
| 177 |
|---|---|---|
|
| 178 |
| facebook/audio-magnet-small | 3.21 | 1.42 |
|
| 179 |
| **facebook/audio-magnet-medium** | **2.32** | **1.64** |
|
|
|
|
|
|
|
|
|
| 177 |
|---|---|---|
|
| 178 |
| facebook/audio-magnet-small | 3.21 | 1.42 |
|
| 179 |
| **facebook/audio-magnet-medium** | **2.32** | **1.64** |
|
| 180 |
+
|
| 181 |
+
[//]: # "https://arxiv.org/abs/2401.04577"
|