jeanq1 commited on
Commit
f58153b
·
verified ·
1 Parent(s): 69a2c9c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -14,7 +14,7 @@ from huggingface_hub import hf_hub_download
14
 
15
  # Download the checkpoint into a local folder (or use the default cache)
16
  p = hf_hub_download(
17
- repo_id="jeanq1/experiment_pel",
18
  filename="model.ckpt",
19
  local_dir="./weights"
20
  )
 
14
 
15
  # Download the checkpoint into a local folder (or use the default cache)
16
  p = hf_hub_download(
17
+ repo_id="jeanq1/GeoGraph",
18
  filename="model.ckpt",
19
  local_dir="./weights"
20
  )