katielink commited on
Commit
49c8899
1 Parent(s): 12bc8e3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +53 -1
README.md CHANGED
@@ -3,4 +3,56 @@ license: mit
3
  tags:
4
  - biology
5
  - protein
6
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  tags:
4
  - biology
5
  - protein
6
+ ---
7
+
8
+ ---
9
+ license: mit
10
+ tags:
11
+ - biology
12
+ - protein
13
+ ---
14
+
15
+ # ESM-MSA1b
16
+
17
+ For more information, please see the ESM team's [Github repo](https://github.com/facebookresearch/esm) for more information.
18
+
19
+ ## Citations
20
+
21
+ If you find the models useful in your research, we ask that you cite the relevant paper:
22
+
23
+ ```bibtex
24
+ @article{rives2019biological,
25
+ 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},
26
+ title={Biological Structure and Function Emerge from Scaling Unsupervised Learning to 250 Million Protein Sequences},
27
+ year={2019},
28
+ doi={10.1101/622803},
29
+ url={https://www.biorxiv.org/content/10.1101/622803v4},
30
+ journal={PNAS}
31
+ }
32
+ ```
33
+
34
+ For the self-attention contact prediction:
35
+
36
+ ```bibtex
37
+ @article{rao2020transformer,
38
+ author = {Rao, Roshan M and Meier, Joshua and Sercu, Tom and Ovchinnikov, Sergey and Rives, Alexander},
39
+ title={Transformer protein language models are unsupervised structure learners},
40
+ year={2020},
41
+ doi={10.1101/2020.12.15.422761},
42
+ url={https://www.biorxiv.org/content/10.1101/2020.12.15.422761v1},
43
+ journal={bioRxiv}
44
+ }
45
+ ```
46
+
47
+ For the MSA Transformer:
48
+
49
+ ```bibtex
50
+ @article{rao2021msa,
51
+ author = {Rao, Roshan and Liu, Jason and Verkuil, Robert and Meier, Joshua and Canny, John F. and Abbeel, Pieter and Sercu, Tom and Rives, Alexander},
52
+ title={MSA Transformer},
53
+ year={2021},
54
+ doi={10.1101/2021.02.12.430858},
55
+ url={https://www.biorxiv.org/content/10.1101/2021.02.12.430858v1},
56
+ journal={bioRxiv}
57
+ }
58
+ ```