Update README.md
Browse files
README.md
CHANGED
@@ -26,12 +26,19 @@ By introducing a small delay between the codebooks, we show we can predict them
|
|
26 |
|
27 |
MusicGen was published in [Simple and Controllable Music Generation](https://arxiv.org/abs/2306.05284) by *Jade Copet, Felix Kreuk, Itai Gat, Tal Remez, David Kant, Gabriel Synnaeve, Yossi Adi, Alexandre Défossez*.
|
28 |
|
29 |
-
|
30 |
-
-
|
31 |
-
- [
|
32 |
-
- [
|
33 |
-
- [
|
34 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
35 |
## Example
|
36 |
|
37 |
Try out MusicGen yourself!
|
|
|
26 |
|
27 |
MusicGen was published in [Simple and Controllable Music Generation](https://arxiv.org/abs/2306.05284) by *Jade Copet, Felix Kreuk, Itai Gat, Tal Remez, David Kant, Gabriel Synnaeve, Yossi Adi, Alexandre Défossez*.
|
28 |
|
29 |
+
We provide a simple API and 10 pre-trained models. The pre trained models are:
|
30 |
+
- `facebook/musicgen-small`: 300M model, text to music only - [:hugging_face: Hub](https://huggingface.co/facebook/musicgen-small)
|
31 |
+
- `facebook/musicgen-medium`: 1.5B model, text to music only - [:hugging_face: Hub](https://huggingface.co/facebook/musicgen-medium)
|
32 |
+
- `facebook/musicgen-melody`: 1.5B model, text to music and text+melody to music - [:hugging_face: Hub](https://huggingface.co/facebook/musicgen-melody)
|
33 |
+
- `facebook/musicgen-large`: 3.3B model, text to music only - [:hugging_face: Hub](https://huggingface.co/facebook/musicgen-large)
|
34 |
+
- `facebook/musicgen-melody-large`: 3.3B model, text to music and text+melody to music - [:hugging_face: Hub](https://huggingface.co/facebook/musicgen-melody-large)
|
35 |
+
- `facebook/musicgen-stereo-*`: All the previous models fine-tuned for stereo generation -
|
36 |
+
[small](https://huggingface.co/facebook/musicgen-stereo-small),
|
37 |
+
[medium](https://huggingface.co/facebook/musicgen-stereo-medium),
|
38 |
+
[large](https://huggingface.co/facebook/musicgen-stereo-large),
|
39 |
+
[melody](https://huggingface.co/facebook/musicgen-stereo-melody),
|
40 |
+
[melody large](https://huggingface.co/facebook/musicgen-stereo-melody-large)
|
41 |
+
|
42 |
## Example
|
43 |
|
44 |
Try out MusicGen yourself!
|