katielink commited on
Commit
574b908
1 Parent(s): 38388c6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +48 -1
README.md CHANGED
@@ -3,4 +3,51 @@ license: mit
3
  tags:
4
  - biology
5
  - protein
6
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  tags:
4
  - biology
5
  - protein
6
+ ---
7
+
8
+ # ESM-IF
9
+
10
+ Checkpoint of the ESM Inverse Folding model.
11
+
12
+ Please see the ESM team's [Github repo](https://github.com/facebookresearch/esm/blob/main/README.md#invf) for more information.
13
+
14
+ ## Citations
15
+
16
+ If you find the models useful in your research, we ask that you cite the relevant papers:
17
+
18
+ ```bibtex
19
+ @article{rives2019biological,
20
+ author={Rives, Alexander and Meier, Joshua and Sercu, Tom and Goyal, Siddharth and Lin, Zeming and Liu, Jason and Guo, Demi and Ott, Myle and Zitnick, C. Lawrence and Ma, Jerry and Fergus, Rob},
21
+ title={Biological Structure and Function Emerge from Scaling Unsupervised Learning to 250 Million Protein Sequences},
22
+ year={2019},
23
+ doi={10.1101/622803},
24
+ url={https://www.biorxiv.org/content/10.1101/622803v4},
25
+ journal={PNAS}
26
+ }
27
+ ```
28
+
29
+ For the self-attention contact prediction:
30
+
31
+ ```bibtex
32
+ @article{rao2020transformer,
33
+ author = {Rao, Roshan M and Meier, Joshua and Sercu, Tom and Ovchinnikov, Sergey and Rives, Alexander},
34
+ title={Transformer protein language models are unsupervised structure learners},
35
+ year={2020},
36
+ doi={10.1101/2020.12.15.422761},
37
+ url={https://www.biorxiv.org/content/10.1101/2020.12.15.422761v1},
38
+ journal={bioRxiv}
39
+ }
40
+ ```
41
+
42
+ For inverse folding using ESM-IF1:
43
+
44
+ ```bibtex
45
+ @article{hsu2022learning,
46
+ author = {Hsu, Chloe and Verkuil, Robert and Liu, Jason and Lin, Zeming and Hie, Brian and Sercu, Tom and Lerer, Adam and Rives, Alexander},
47
+ title = {Learning inverse folding from millions of predicted structures},
48
+ year = {2022},
49
+ doi = {10.1101/2022.04.10.487779},
50
+ url = {https://www.biorxiv.org/content/early/2022/04/10/2022.04.10.487779},
51
+ journal = {ICML}
52
+ }
53
+ ```