m1ngcheng commited on
Commit
dd55c8d
·
verified ·
1 Parent(s): e0f9154

Update README.md (#6)

Browse files

- Update README.md (d8ddd610214ce2e4d6edadf02cbd2b7134094e2d)

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