From 62201d6e74c705e93e61e1aab7f83373c028aa9d Mon Sep 17 00:00:00 2001 From: Jade Copet Date: Tue, 21 Nov 2023 10:31:30 -0800 Subject: [PATCH] Update MusicGen citation --- README.md | 4 ++-- docs/MUSICGEN.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 21b3f497..3a7c4aca 100644 --- a/README.md +++ b/README.md @@ -72,11 +72,11 @@ Finally, if you use a model that relies on Demucs (e.g. `musicgen-melody`) and w For the general framework of AudioCraft, please cite the following. ``` -@article{copet2023simple, +@inproceedings{copet2023simple, title={Simple and Controllable Music Generation}, 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}, + booktitle={Thirty-seventh Conference on Neural Information Processing Systems}, year={2023}, - journal={arXiv preprint arXiv:2306.05284}, } ``` diff --git a/docs/MUSICGEN.md b/docs/MUSICGEN.md index 74a16ef9..9a6b1e74 100644 --- a/docs/MUSICGEN.md +++ b/docs/MUSICGEN.md @@ -401,11 +401,11 @@ activations by sharding the optimizer state. ## Citation ``` -@article{copet2023simple, +@inproceedings{copet2023simple, title={Simple and Controllable Music Generation}, 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}, + booktitle={Thirty-seventh Conference on Neural Information Processing Systems}, year={2023}, - journal={arXiv preprint arXiv:2306.05284}, } ```