Qwen
/

Text Generation
Transformers
Safetensors
qwen3_moe
conversational
fp8
littlebird13 commited on
Commit
f49ca1a
·
verified ·
1 Parent(s): 62cb447

Update README.md

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