Text Generation
Transformers
Safetensors
qwen2
conversational
text-generation-inference
Vinnnf commited on
Commit
4800131
·
verified ·
1 Parent(s): bdb0c41

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -112,4 +112,11 @@ print(f"Number of tokens: {num_tokens}")
112
  ## Citation
113
  If you find this work helpful, please cite:
114
  ```
 
 
 
 
 
 
 
115
  ```
 
112
  ## Citation
113
  If you find this work helpful, please cite:
114
  ```
115
+ @article{fang2025thinkless,
116
+ title={Thinkless: LLM Learns When to Think},
117
+ author={Fang, Gongfan and Ma, Xinyin and Wang, Xinchao},
118
+ journal={arXiv preprint arXiv:2505.13379},
119
+ year={2025}
120
+ }
121
+
122
  ```