andreasburger commited on
Commit
e41aa9d
·
verified ·
1 Parent(s): 6c69f3c

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +3 -3
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
- https://huggingface.co/andreasburger/heigen
 
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
  ```