musicaudiopretrain commited on
Commit
074ad9d
1 Parent(s): 92ee005

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +31 -0
README.md ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ inference: false
4
+ ---
5
+
6
+ # Introduction
7
+
8
+ **MERT-v0-public** is a completely unsupervised model trained on **completely non-comercial open-source** [Music4All](https://sites.google.com/view/contact4music4all) dataset.
9
+
10
+
11
+ The training settings and model usage of MERT-v0-public can be referred to the [MERT-v0 model](https://huggingface.co/m-a-p/MERT-v0).
12
+
13
+ Details are reported at the short article *Large-Scale Pretrained Model for Self-Supervised Music Audio Representation Learning*.
14
+
15
+
16
+ # Citation
17
+ ```shell
18
+ @article{li2022large,
19
+ title={Large-Scale Pretrained Model for Self-Supervised Music Audio Representation Learning},
20
+ 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},
21
+ year={2022}
22
+ }
23
+
24
+ @article{li2022map,
25
+ title={MAP-Music2Vec: A Simple and Effective Baseline for Self-Supervised Music Audio Representation Learning},
26
+ 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},
27
+ journal={arXiv preprint arXiv:2212.02508},
28
+ year={2022}
29
+ }
30
+
31
+ ```