musicaudiopretrain
commited on
Commit
•
3e6e9bd
1
Parent(s):
5cba2f9
Update README.md
Browse files
README.md
CHANGED
@@ -108,17 +108,13 @@ print(weighted_avg_hidden_states.shape) # [768]
|
|
108 |
|
109 |
# Citation
|
110 |
```shell
|
111 |
-
@
|
112 |
-
|
113 |
-
|
114 |
-
|
115 |
-
}
|
116 |
-
|
117 |
-
|
118 |
-
title={MAP-Music2Vec: A Simple and Effective Baseline for Self-Supervised Music Audio Representation Learning},
|
119 |
-
author={Li, Yizhi and Yuan, Ruibin and Zhang, Ge and Ma, Yinghao and Lin, Chenghua and Chen, Xingran and Ragni, Anton and Yin, Hanzhi and Hu, Zhijie and He, Haoyu and others},
|
120 |
-
journal={arXiv preprint arXiv:2212.02508},
|
121 |
-
year={2022}
|
122 |
}
|
123 |
|
124 |
```
|
|
|
108 |
|
109 |
# Citation
|
110 |
```shell
|
111 |
+
@misc{li2023mert,
|
112 |
+
title={MERT: Acoustic Music Understanding Model with Large-Scale Self-supervised Training},
|
113 |
+
author={Yizhi Li and Ruibin Yuan and Ge Zhang and Yinghao Ma and Xingran Chen and Hanzhi Yin and Chenghua Lin and Anton Ragni and Emmanouil Benetos and Norbert Gyenge and Roger Dannenberg and Ruibo Liu and Wenhu Chen and Gus Xia and Yemin Shi and Wenhao Huang and Yike Guo and Jie Fu},
|
114 |
+
year={2023},
|
115 |
+
eprint={2306.00107},
|
116 |
+
archivePrefix={arXiv},
|
117 |
+
primaryClass={cs.SD}
|
|
|
|
|
|
|
|
|
118 |
}
|
119 |
|
120 |
```
|