Zymrael commited on
Commit
36216cf
1 Parent(s): 28fe393

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -1
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
+ ```