Update README.md

This commit is contained in:
cheng 2025-05-21 06:18:36 +00:00 committed by system
parent a09d5ccb54
commit d47b0d4ae4
No known key found for this signature in database
GPG Key ID: 6A528E38E0733467

View File

@ -339,11 +339,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},
} }
``` ```