Update README.md
Browse files
README.md
CHANGED
|
@@ -32,3 +32,14 @@ something here
|
|
| 32 |
The LLM360 Research Suite is a comprehensive set of large language model (LLM) artifacts from Amber, CrystalCoder, and K2 for academic and industry researchers to explore LLM training dynamics. Additional resources can be found at llm360.ai.
|
| 33 |
|
| 34 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 32 |
The LLM360 Research Suite is a comprehensive set of large language model (LLM) artifacts from Amber, CrystalCoder, and K2 for academic and industry researchers to explore LLM training dynamics. Additional resources can be found at llm360.ai.
|
| 33 |
|
| 34 |
|
| 35 |
+
## Citation
|
| 36 |
+
|
| 37 |
+
**BibTeX:**
|
| 38 |
+
|
| 39 |
+
```bibtex
|
| 40 |
+
@misc{
|
| 41 |
+
title={LLM360-K2-65B: Scaling Up Open and Transparent Language Models},
|
| 42 |
+
author={The LLM360 Team},
|
| 43 |
+
year={2024},
|
| 44 |
+
}
|
| 45 |
+
```
|