Update README.md
Browse files
README.md
CHANGED
|
@@ -165,6 +165,8 @@ from huggingface_hub import hf_hub_download
|
|
| 165 |
|
| 166 |
REPO_ID = "roobee79/HNE2Cell"
|
| 167 |
|
|
|
|
|
|
|
| 168 |
model_path = hf_hub_download(
|
| 169 |
repo_id=REPO_ID,
|
| 170 |
filename="HNE2cell_pub_patch73_jit.pt"
|
|
|
|
| 165 |
|
| 166 |
REPO_ID = "roobee79/HNE2Cell"
|
| 167 |
|
| 168 |
+
config_path = hf_hub_download(repo_id=REPO_ID, filename="config.json")
|
| 169 |
+
|
| 170 |
model_path = hf_hub_download(
|
| 171 |
repo_id=REPO_ID,
|
| 172 |
filename="HNE2cell_pub_patch73_jit.pt"
|