Qwen
/

Text Generation
GGUF
conversational
littlebird13 commited on
Commit
e4d4baf
·
verified ·
1 Parent(s): dae61f0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -6
README.md CHANGED
@@ -128,11 +128,13 @@ To achieve optimal performance, we recommend the following settings:
128
  If you find our work helpful, feel free to give us a cite.
129
 
130
  ```
131
- @misc{qwen3,
132
- title = {Qwen3},
133
- url = {https://qwenlm.github.io/blog/qwen3/},
134
- author = {Qwen Team},
135
- month = {April},
136
- year = {2025}
 
 
137
  }
138
  ```
 
128
  If you find our work helpful, feel free to give us a cite.
129
 
130
  ```
131
+ @misc{qwen3technicalreport,
132
+ title={Qwen3 Technical Report},
133
+ author={Qwen Team},
134
+ year={2025},
135
+ eprint={2505.09388},
136
+ archivePrefix={arXiv},
137
+ primaryClass={cs.CL},
138
+ url={https://arxiv.org/abs/2505.09388},
139
  }
140
  ```