m1ngcheng commited on
Commit
7d722cc
·
verified ·
1 Parent(s): 1422f0c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -1
README.md CHANGED
@@ -85,4 +85,13 @@ Please refer to [Github](https://github.com/inclusionAI/Ling/blob/master/README.
85
  This code repository is licensed under [the MIT License](https://huggingface.co/inclusionAI/Ling-plus-base/blob/main/LICENCE).
86
 
87
  ## Citation
88
- [TBD]
 
 
 
 
 
 
 
 
 
 
85
  This code repository is licensed under [the MIT License](https://huggingface.co/inclusionAI/Ling-plus-base/blob/main/LICENCE).
86
 
87
  ## Citation
88
+ If you find our work helpful, feel free to give us a cite.
89
+
90
+ ```
91
+ @article{ling,
92
+ title = {Every FLOP Counts: Scaling a 300B Mixture-of-Experts LING LLM without Premium GPUs},
93
+ author = {Ling Team},
94
+ journal = {arXiv preprint arXiv:2503.05139},
95
+ year = {2025}
96
+ }
97
+ ```