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