Update README.md

This commit is contained in:
ai-modelscope 2025-05-22 00:26:39 +08:00
parent c230923b64
commit 7b34c20249

View File

@ -289,11 +289,13 @@ To achieve optimal performance, we recommend the following settings:
If you find our work helpful, feel free to give us a cite. If you find our work helpful, feel free to give us a cite.
``` ```
@misc{qwen3, @misc{qwen3technicalreport,
title = {Qwen3}, title={Qwen3 Technical Report},
url = {https://qwenlm.github.io/blog/qwen3/},
author={Qwen Team}, author={Qwen Team},
month = {April}, year={2025},
year = {2025} eprint={2505.09388},
archivePrefix={arXiv},
primaryClass={cs.CL},
url={https://arxiv.org/abs/2505.09388},
} }
``` ```