Update README.md

This commit is contained in:
ai-modelscope 2025-05-22 00:10:48 +08:00
parent da990c4d7e
commit 0bcdf068a2

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}, year={2025},
month = {April}, eprint={2505.09388},
year = {2025} archivePrefix={arXiv},
primaryClass={cs.CL},
url={https://arxiv.org/abs/2505.09388},
} }
``` ```