LTEnjoy commited on
Commit
deeae2d
1 Parent(s): 1f46f36

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -1,6 +1,9 @@
1
  ---
2
  license: mit
3
  ---
 
 
 
4
  We provide two ways to use SaProt, including through huggingface class and
5
  through the same way as in [esm github](https://github.com/facebookresearch/esm). Users can choose either one to use.
6
 
 
1
  ---
2
  license: mit
3
  ---
4
+
5
+ ##### 🔴 <font color=red>Note: SaProt requires structural (SA token) input for optimal performance. AA-sequence-only mode works but must be finetuned - frozen embeddings work only for SA, not AA sequences! With structural input, SaProt surpasses ESM2 in most tasks.</font>
6
+
7
  We provide two ways to use SaProt, including through huggingface class and
8
  through the same way as in [esm github](https://github.com/facebookresearch/esm). Users can choose either one to use.
9