patrickvonplaten
commited on
Commit
•
75692b2
1
Parent(s):
4326add
Update README.md
Browse files
README.md
CHANGED
@@ -75,9 +75,18 @@ for idx, one_wav in enumerate(wav):
|
|
75 |
|
76 |
**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.
|
77 |
|
78 |
-
**Paper or resources for more information:** More information can be found in the paper [Simple and Controllable Music Generation][arxiv].
|
79 |
-
|
80 |
-
**Citation details
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
81 |
|
82 |
**License** Code is released under MIT, model weights are released under CC-BY-NC 4.0.
|
83 |
|
|
|
75 |
|
76 |
**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.
|
77 |
|
78 |
+
**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].
|
79 |
+
|
80 |
+
**Citation details**:```
|
81 |
+
@misc{copet2023simple,
|
82 |
+
title={Simple and Controllable Music Generation},
|
83 |
+
author={Jade Copet and Felix Kreuk and Itai Gat and Tal Remez and David Kant and Gabriel Synnaeve and Yossi Adi and Alexandre Défossez},
|
84 |
+
year={2023},
|
85 |
+
eprint={2306.05284},
|
86 |
+
archivePrefix={arXiv},
|
87 |
+
primaryClass={cs.SD}
|
88 |
+
}
|
89 |
+
```
|
90 |
|
91 |
**License** Code is released under MIT, model weights are released under CC-BY-NC 4.0.
|
92 |
|