Upload folder using huggingface_hub
Browse files
README.md
CHANGED
|
@@ -15,8 +15,9 @@ See https://github.com/BurgerAndreas/gad-ff
|
|
| 15 |
|
| 16 |
Use our model, that
|
| 17 |
```bash
|
| 18 |
-
# download from HuggingFace
|
| 19 |
-
|
|
|
|
| 20 |
```
|
| 21 |
|
| 22 |
```python
|
|
@@ -79,5 +80,4 @@ print(f"natoms: {frequency_analysis['natoms']}")
|
|
| 79 |
|
| 80 |
```bibtex
|
| 81 |
TODO
|
| 82 |
-
```
|
| 83 |
```
|
|
|
|
| 15 |
|
| 16 |
Use our model, that
|
| 17 |
```bash
|
| 18 |
+
# download checkpoints from HuggingFace
|
| 19 |
+
cd gadff/ckpt/
|
| 20 |
+
wget https://huggingface.co/andreasburger/heigen/resolve/main/ckpt/hesspred_v1.ckpt?download=true -O hesspred_v1.ckpt
|
| 21 |
```
|
| 22 |
|
| 23 |
```python
|
|
|
|
| 80 |
|
| 81 |
```bibtex
|
| 82 |
TODO
|
|
|
|
| 83 |
```
|