Qwen
/

Text Generation
Transformers
Safetensors
qwen3_moe
conversational
littlebird13 commited on
Commit
ae659fe
·
verified ·
1 Parent(s): f0abbbe

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -6
README.md CHANGED
@@ -343,11 +343,13 @@ To achieve optimal performance, we recommend the following settings:
343
  If you find our work helpful, feel free to give us a cite.
344
 
345
  ```
346
- @misc{qwen3,
347
- title = {Qwen3},
348
- url = {https://qwenlm.github.io/blog/qwen3/},
349
- author = {Qwen Team},
350
- month = {April},
351
- year = {2025}
 
 
352
  }
353
  ```
 
343
  If you find our work helpful, feel free to give us a cite.
344
 
345
  ```
346
+ @misc{qwen3technicalreport,
347
+ title={Qwen3 Technical Report},
348
+ author={Qwen Team},
349
+ year={2025},
350
+ eprint={2505.09388},
351
+ archivePrefix={arXiv},
352
+ primaryClass={cs.CL},
353
+ url={https://arxiv.org/abs/2505.09388},
354
  }
355
  ```