Update README.md
Browse files
README.md
CHANGED
@@ -101,6 +101,19 @@ We would like to thank our professional voice actors and the recording studio st
|
|
101 |
|
102 |
The project is licensed under the Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0, SPDX-License-identifier: Apache-2.0).
|
103 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
104 |
## Disclaimer
|
105 |
|
106 |
We used compliance checking algorithms during the training process, to ensure the compliance of the trained model and dataset to the best of our ability. Due to the complexity of the data and the diversity of language model usage scenarios, we cannot guarantee that the dataset is completely free of copyright issues or improper content. If you believe anything infringes on your rights or contains improper content, please contact us, and we will promptly address the matter.
|
|
|
101 |
|
102 |
The project is licensed under the Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0, SPDX-License-identifier: Apache-2.0).
|
103 |
|
104 |
+
## 📜 Citation
|
105 |
+
```bibtex
|
106 |
+
@misc{tian2025marcovoicetechnicalreport,
|
107 |
+
title={Marco-Voice Technical Report},
|
108 |
+
author={Fengping Tian and Chenyang Lyu and Xuanfan Ni and Haoqin Sun and Qingjuan Li and Zhiqiang Qian and Haijun Li and Longyue Wang and Zhao Xu and Weihua Luo and Kaifu Zhang},
|
109 |
+
year={2025},
|
110 |
+
eprint={2508.02038},
|
111 |
+
archivePrefix={arXiv},
|
112 |
+
primaryClass={cs.CL},
|
113 |
+
url={https://arxiv.org/abs/2508.02038},
|
114 |
+
}
|
115 |
+
```
|
116 |
+
|
117 |
## Disclaimer
|
118 |
|
119 |
We used compliance checking algorithms during the training process, to ensure the compliance of the trained model and dataset to the best of our ability. Due to the complexity of the data and the diversity of language model usage scenarios, we cannot guarantee that the dataset is completely free of copyright issues or improper content. If you believe anything infringes on your rights or contains improper content, please contact us, and we will promptly address the matter.
|