Update model card with FAQ and citation blobs

#1
Files changed (1) hide show
  1. README.md +23 -1
README.md CHANGED
@@ -304,4 +304,26 @@ The future versions of Ling-1T will continue to evolve in architecture, reasonin
304
 
305
  ## License
306
 
307
- This code repository is licensed under [the MIT License](https://github.com/inclusionAI/Ling-V2/blob/main/LICENSE).
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
304
 
305
  ## License
306
 
307
+ This code repository is licensed under [the MIT License](https://github.com/inclusionAI/Ling-V2/blob/main/LICENSE).
308
+
309
+ ## FAQ
310
+
311
+ Recommended temperature? **0.7**
312
+ Recommended top_p? **0.95**
313
+
314
+ ## Citation
315
+
316
+ If you find our work helpful, feel free to give our paper a citation.
317
+
318
+ ```bibtex
319
+ @article{Ling-Team2025,
320
+ author = {Ling-Team and 141 others},
321
+ title = {{Every Activation Boosted: Scaling General Reasoner to 1 Trillion Open Language Foundation}},
322
+ journal = {arXiv preprint arXiv:2510.22115},
323
+ eprint = {2510.22115},
324
+ archivePrefix = {arXiv},
325
+ primaryClass = {cs.CL},
326
+ year = {2025},
327
+ doi = {10.48550/arXiv.2510.22115},
328
+ url = {https://arxiv.org/abs/2510.22115}
329
+ }