michaelfeil
commited on
Commit
•
51bcb55
1
Parent(s):
e2d6333
Update README.md
Browse files
README.md
CHANGED
@@ -84,6 +84,17 @@ Gradient is accelerating AI transformation across industries. Our AI Foundry inc
|
|
84 |
|
85 |
Drop an email to [[email protected]](mailto:[email protected])
|
86 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
87 |
## References
|
88 |
|
89 |
[1] Liu, Hao, et al. "World Model on Million-Length Video And Language With RingAttention." arXiv preprint arXiv:2402.08268 (2024).
|
|
|
84 |
|
85 |
Drop an email to [[email protected]](mailto:[email protected])
|
86 |
|
87 |
+
## Citation
|
88 |
+
|
89 |
+
```bibtex
|
90 |
+
@misc{gradientlongcontextllama3,
|
91 |
+
title={Llama 3 Gradient: A series of long context models},
|
92 |
+
author={Leonid Pekelis and Michael Feil and Forrest Moret and Mark Huang and Tiffany Peng},
|
93 |
+
year={2024},
|
94 |
+
url = {https://gradient.ai/blog/scaling-rotational-embeddings-for-long-context-language-models}
|
95 |
+
}
|
96 |
+
```
|
97 |
+
|
98 |
## References
|
99 |
|
100 |
[1] Liu, Hao, et al. "World Model on Million-Length Video And Language With RingAttention." arXiv preprint arXiv:2402.08268 (2024).
|