Update README.md (#6)
Browse files- Update README.md (d8ddd610214ce2e4d6edadf02cbd2b7134094e2d)
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 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
```
|