Update README.md

This commit is contained in:
Jun Liu
2026-05-28 11:05:01 +08:00
committed by GitHub
parent 46a74ac4df
commit 045d0b7e11

View File

@@ -40,10 +40,10 @@ Jun Liu, Hungyu Chen, Yang Zhang. A Paired Sequence Language Model for Protein-P
## Download parameters
You can download the pre-trained weights for PPLM and its downstream models from the links below and place them in the weights/ directory:<br>
1. **PPLM**: [https://zhanggroup.org/PPLM/bin/weights/pplm_t33_650M.pt](https://zhanggroup.org/PPLM/bin/weights/pplm_t33_650M.pt) or [google_drive](https://drive.google.com/file/d/1Xdb3SG0CRY49WqH4jUJhM-yqsLOejz7_/view?usp=share_link)<br>
2. **PPLM-PPI**: [pplm-ppi_weights](https://drive.google.com/file/d/1QxSFXojCQmLzgrTz398lUEdIZmqVVV9E/view?usp=share_link)<br>
3. **PPLM-Affinity**: [pplm-affinity_weights](https://drive.google.com/file/d/1teZBp3m_OQ4nciTmiepUDP8p9BXoVEwa/view?usp=drive_link)<br>
4. **PLM-Contact**: [pplm-contact_weights](https://drive.google.com/file/d/1SSEkfyiwtUVO4ZSN10HC5T2v-EGOHXle/view?usp=share_link)<br>
5. **PLM-Contact2**: [pplm-contact2_weights](https://drive.google.com/file/d/1s99QyTYjngRUUpy8VXJPhTXYHwmw9agp/view?usp=share_link)<br>
2. **PPLM-PPI**: [https://zhanggroup.org/PPLM/bin/weights/ppi_models.pkl](https://zhanggroup.org/PPLM/bin/weights/ppi_models.pkl) or [pplm-ppi_weights](https://drive.google.com/file/d/1QxSFXojCQmLzgrTz398lUEdIZmqVVV9E/view?usp=share_link)<br>
3. **PPLM-Affinity**: [https://zhanggroup.org/PPLM/bin/weights/affinity_models.pkl](https://zhanggroup.org/PPLM/bin/weights/affinity_models.pkl) or [pplm-affinity_weights](https://drive.google.com/file/d/1teZBp3m_OQ4nciTmiepUDP8p9BXoVEwa/view?usp=drive_link)<br>
4. **PLM-Contact**: [https://zhanggroup.org/PPLM/bin/weights/pplm_contact_models.pkl](https://zhanggroup.org/PPLM/bin/weights/pplm_contact_models.pkl) or [pplm-contact_weights](https://drive.google.com/file/d/1SSEkfyiwtUVO4ZSN10HC5T2v-EGOHXle/view?usp=share_link)<br>
5. **PLM-Contact2**: [https://zhanggroup.org/PPLM/bin/weights/pplm_contact_models2.pkl](https://zhanggroup.org/PPLM/bin/weights/pplm_contact_models2.pkl) or [pplm-contact2_weights](https://drive.google.com/file/d/1s99QyTYjngRUUpy8VXJPhTXYHwmw9agp/view?usp=share_link)<br>
<!--
After downloading, please move each parameters to the corresponding directory: models/ under pplm/, pplm_ppi/, pplm_affinity/, and pplm_contact/.
-->