Update README.md
Browse files
README.md
CHANGED
@@ -70,4 +70,14 @@ StripedHyena is a mixed precision model. Make sure to keep your `poles` and `res
|
|
70 |
|
71 |
To use StripedHyena outside of the playground, you will need to install custom kernels. Please follow the instructions from the [standalone repository](https://github.com/togethercomputer/stripedhyena).
|
72 |
|
73 |
-
## Cite
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
70 |
|
71 |
To use StripedHyena outside of the playground, you will need to install custom kernels. Please follow the instructions from the [standalone repository](https://github.com/togethercomputer/stripedhyena).
|
72 |
|
73 |
+
## Cite
|
74 |
+
|
75 |
+
```
|
76 |
+
@article{nguyen2024sequence,
|
77 |
+
author = {Eric Nguyen and Michael Poli and Matthew G. Durrant and Armin W. Thomas and Brian Kang and Jeremy Sullivan and Madelena Y. Ng and Ashley Lewis and Aman Patel and Aaron Lou and Stefano Ermon and Stephen A. Baccus and Tina Hernandez-Boussard and Christopher Ré and Patrick D. Hsu and Brian L. Hie},
|
78 |
+
journal = {Arc Institute manuscripts},
|
79 |
+
title = {Sequence modeling and design from molecular to genome scale with Evo},
|
80 |
+
url = {https://arcinstitute.org/manuscripts/Evo},
|
81 |
+
year = {2024},
|
82 |
+
}
|
83 |
+
```
|