Update README.md
Browse files
README.md
CHANGED
@@ -14,6 +14,11 @@ The following models are available:
|
|
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 |
---
|
18 |
license: cc-by-4.0
|
19 |
---
|
|
|
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
|
24 |
---
|