Update README: add rnaglib and masif_ligand models, remove NAD_v2 workaround
Browse files
README.md
CHANGED
|
@@ -13,11 +13,13 @@ The following models are available:
|
|
| 13 |
* Finetuned ATOMICA-Ligand prediction models for the following ligands:
|
| 14 |
* metal ions: Ca, Co, Cu, Fe, K, Mg, Mn, Na, Zn
|
| 15 |
* small molecules: ADP, ATP, GTP, GDP, FAD, NAD, NAP, NDP, HEM, HEC, CIT, CLA
|
|
|
|
|
|
|
|
|
|
| 16 |
|
| 17 |
### Setup Instructions
|
| 18 |
1. Install the huggingface cli `pip install -U "huggingface_hub[cli]"`
|
| 19 |
2. Download the checkpoints with `hf download ada-f/ATOMICA`
|
| 20 |
-
3. Known issue: `ATOMICA_checkpoints/ligand/small_molecules/NAD/NAD_v2.pt` has a [HuggingFace server-side issue](https://github.com/mims-harvard/ATOMICA/issues/8) where the uploaded and downloaded file does not match. In the interim, please use the checkpoint provided on [Google Drive](https://drive.google.com/file/d/1Dwajwx7hgOCEZYN2qwl6H8vJsnwcZSov/view?usp=sharing).
|
| 21 |
|
| 22 |
---
|
| 23 |
license: cc-by-4.0
|
|
|
|
| 13 |
* Finetuned ATOMICA-Ligand prediction models for the following ligands:
|
| 14 |
* metal ions: Ca, Co, Cu, Fe, K, Mg, Mn, Na, Zn
|
| 15 |
* small molecules: ADP, ATP, GTP, GDP, FAD, NAD, NAP, NDP, HEM, HEC, CIT, CLA
|
| 16 |
+
* Finetuned MaSIF-ligand prediction models (5 seeds)
|
| 17 |
+
* Finetuned RNAglib prediction models (5 seeds each) for the following tasks:
|
| 18 |
+
* rna_go, rna_ligand, rna_protein, rna_site
|
| 19 |
|
| 20 |
### Setup Instructions
|
| 21 |
1. Install the huggingface cli `pip install -U "huggingface_hub[cli]"`
|
| 22 |
2. Download the checkpoints with `hf download ada-f/ATOMICA`
|
|
|
|
| 23 |
|
| 24 |
---
|
| 25 |
license: cc-by-4.0
|