sanchit-gandhi HF staff commited on
Commit
2712f79
1 Parent(s): 007b722

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -114,10 +114,10 @@ scipy.io.wavfile.write("techno.wav", rate=16000, data=audio[0])
114
 
115
  **BibTeX:**
116
  ```
117
- @article{liu2023audioldm2,
118
- title={"AudioLDM 2: Learning Holistic Audio Generation with Self-supervised Pretraining"},
119
- author={Haohe Liu and Qiao Tian and Yi Yuan and Xubo Liu and Xinhao Mei and Qiuqiang Kong and Yuping Wang and Wenwu Wang and Yuxuan Wang and Mark D. Plumbley},
120
- journal={arXiv preprint arXiv:2308.05734},
121
  year={2023}
122
  }
123
  ```
 
114
 
115
  **BibTeX:**
116
  ```
117
+ @article{chen2023musicldm,
118
+ title={"MusicLDM: Enhancing Novelty in Text-to-Music Generation Using Beat-Synchronous Mixup Strategies"},
119
+ author={Chen, Ke and Wu, Yusong and Liu, Haohe and Nezhurina, Marianna and Berg-Kirkpatrick, Taylor and Dubnov, Shlomo},
120
+ journal={arXiv preprint arXiv:2308.01546},
121
  year={2023}
122
  }
123
  ```