m1ngcheng commited on
Commit
a31ce66
·
verified ·
1 Parent(s): 21743af

Update README.md

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