Update README.md
Browse files
README.md
CHANGED
@@ -87,4 +87,13 @@ This code repository is licensed under [the MIT License](https://huggingface.co/
|
|
87 |
## Citation
|
88 |
Paper: https://hf.co/papers/2503.05139
|
89 |
|
90 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
87 |
## Citation
|
88 |
Paper: https://hf.co/papers/2503.05139
|
89 |
|
90 |
+
If you find our work helpful, feel free to give us a cite.
|
91 |
+
|
92 |
+
```
|
93 |
+
@article{ling,
|
94 |
+
title = {Every FLOP Counts: Scaling a 300B Mixture-of-Experts LING LLM without Premium GPUs},
|
95 |
+
author = {Ling Team},
|
96 |
+
journal = {arXiv preprint arXiv:2503.05139},
|
97 |
+
year = {2025}
|
98 |
+
}
|
99 |
+
```
|