michaelfeil
commited on
Commit
•
0418bbb
1
Parent(s):
7b56b60
Update README.md
Browse files
README.md
CHANGED
@@ -81,6 +81,18 @@ Gradient is accelerating AI transformation across industries. Our AI Foundry inc
|
|
81 |
|
82 |
Drop an email to [contact@gradient.ai](mailto:contact@gradient.ai)
|
83 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
84 |
## References
|
85 |
|
86 |
[1] Peng, Bowen, et al. "Yarn: Efficient context window extension of large language models." arXiv preprint arXiv:2309.00071 (2023).
|
|
|
81 |
|
82 |
Drop an email to [contact@gradient.ai](mailto:contact@gradient.ai)
|
83 |
|
84 |
+
## Citation
|
85 |
+
|
86 |
+
```bibtex
|
87 |
+
@misc{gradientlongcontextllama3,
|
88 |
+
title={Llama 3 Gradient: A series of long context models},
|
89 |
+
author={Leonid Pekelis and Michael Feil and Forrest Moret and Mark Huang and Tiffany Peng},
|
90 |
+
year={2024},
|
91 |
+
url = {https://gradient.ai/blog/scaling-rotational-embeddings-for-long-context-language-models}
|
92 |
+
}
|
93 |
+
```
|
94 |
+
|
95 |
+
|
96 |
## References
|
97 |
|
98 |
[1] Peng, Bowen, et al. "Yarn: Efficient context window extension of large language models." arXiv preprint arXiv:2309.00071 (2023).
|