fix markdown paper link
#7
by
fradeet
- opened
README.md
CHANGED
@@ -131,7 +131,7 @@ for idx, one_wav in enumerate(wav):
|
|
131 |
|
132 |
**Model type:** MusicGen consists of an EnCodec model for audio tokenization, an auto-regressive language model based on the transformer architecture for music modeling. The model comes in different sizes: 300M, 1.5B and 3.3B parameters ; and two variants: a model trained for text-to-music generation task and a model trained for melody-guided music generation.
|
133 |
|
134 |
-
**Paper or resources for more information:** More information can be found in the paper [Simple and Controllable Music Generation]
|
135 |
|
136 |
**Citation details**:
|
137 |
```
|
|
|
131 |
|
132 |
**Model type:** MusicGen consists of an EnCodec model for audio tokenization, an auto-regressive language model based on the transformer architecture for music modeling. The model comes in different sizes: 300M, 1.5B and 3.3B parameters ; and two variants: a model trained for text-to-music generation task and a model trained for melody-guided music generation.
|
133 |
|
134 |
+
**Paper or resources for more information:** More information can be found in the paper [Simple and Controllable Music Generation](https://arxiv.org/abs/2306.05284).
|
135 |
|
136 |
**Citation details**:
|
137 |
```
|