Update README.md
Browse files
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 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
```
|