lhallee commited on
Commit
ea5869c
·
verified ·
1 Parent(s): bbf1ecf

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +40 -9
README.md CHANGED
@@ -151,15 +151,46 @@ Note:
151
  ```
152
 
153
 
154
- ### Citation
155
- If you use any of this implementation or work please cite it (as well as the [ESM2](https://www.science.org/doi/10.1126/science.ade2574) paper).
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
156
  ```
157
- @misc {FastPLMs,
158
- author = { Hallee, Logan and Bichara, David and Gleghorn, Jason P.},
159
- title = { FastPLMs: Fast, efficient, protien language model inference from Huggingface AutoModel.},
160
- year = {2024},
161
- url = { https://huggingface.co/Synthyra/ESMplusplus_small },
162
- DOI = { 10.57967/hf/3726 },
163
- publisher = { Hugging Face }
 
 
 
 
 
 
 
 
 
164
  }
165
  ```
 
151
  ```
152
 
153
 
154
+ ### Citations
155
+
156
+ ```bibtex
157
+ @misc{FastPLMs,
158
+ author={Hallee, Logan and Bichara, David and Gleghorn, Jason P.},
159
+ title={FastPLMs: Fast, efficient, protein language model inference from Huggingface AutoModel.},
160
+ year={2024},
161
+ url={https://huggingface.co/Synthyra/ESMplusplus_small},
162
+ DOI={10.57967/hf/3726},
163
+ publisher={Hugging Face}
164
+ }
165
+ ```
166
+
167
+ ```bibtex
168
+ @article{lin2023esm2,
169
+ title={Evolutionary-scale prediction of atomic-level protein structure with a language model},
170
+ author={Lin, Zeming and Akin, Halil and Rao, Roshan and Hie, Brian and Zhu, Zhongkai and Lu, Wenting and Smestad, Nikita and Verkuil, Robert and Kabeli, Ori and Shmueli, Yaniv and dos Santos Costa, Allan and Fazel-Zarandi, Maryam and Sercu, Tom and Candido, Salvatore and Rives, Alexander},
171
+ journal={Science},
172
+ volume={379},
173
+ number={6637},
174
+ pages={1123--1130},
175
+ year={2023},
176
+ DOI={10.1126/science.ade2574}
177
+ }
178
  ```
179
+
180
+ ```bibtex
181
+ @article{dong2024flexattention,
182
+ title={Flex Attention: A Programming Model for Generating Optimized Attention Kernels},
183
+ author={Dong, Juechu and Feng, Boyuan and Guessous, Driss and Liang, Yanbo and He, Horace},
184
+ journal={arXiv preprint arXiv:2412.05496},
185
+ year={2024}
186
+ }
187
+ ```
188
+
189
+ ```bibtex
190
+ @inproceedings{paszke2019pytorch,
191
+ title={PyTorch: An Imperative Style, High-Performance Deep Learning Library},
192
+ author={Paszke, Adam and Gross, Sam and Massa, Francisco and Lerer, Adam and Bradbury, James and Chanan, Gregory and Killeen, Trevor and Lin, Zeming and Gimelshein, Natalia and Antiga, Luca and Desmaison, Alban and K{\"o}pf, Andreas and Yang, Edward and DeVito, Zach and Raison, Martin and Tejani, Alykhan and Chilamkurthy, Sasank and Steiner, Benoit and Fang, Lu and Bai, Junjie and Chintala, Soumith},
193
+ booktitle={Advances in Neural Information Processing Systems 32},
194
+ year={2019}
195
  }
196
  ```