You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,15 +17,21 @@ You can use LC-PLM to extract embeddings for amino acid residues and protein seq
17
17
```bash
18
18
pip install transformers mamba-ssm==2.2.2
19
19
```
20
+
### Clone this repo with pretrained model weights
20
21
21
-
### Download and run inference with the pretrained model
22
+
We use [Git Large File Storage (LFS)](https://git-lfs.com/) to version the model weights. You can obtain the pretrained model and its related files simply by cloning this repo:
0 commit comments