LTEnjoy commited on
Commit
316cd40
1 Parent(s): deeae2d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -2,7 +2,7 @@
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.
 
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.