DigitalDaimyo commited on
Commit
008a40a
·
verified ·
1 Parent(s): 62aa930

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -26,7 +26,7 @@ from huggingface_hub import hf_hub_download
26
  # Download checkpoint from Hugging Face
27
  ckpt_path = hf_hub_download(
28
  repo_id="DigitalDaimyo/AddressedStateAttention",
29
- filename="checkpoint.pt" # adjust if your filename differs
30
  )
31
 
32
  # Load checkpoint
 
26
  # Download checkpoint from Hugging Face
27
  ckpt_path = hf_hub_download(
28
  repo_id="DigitalDaimyo/AddressedStateAttention",
29
+ filename="checkpoints/fineweb_187M_75k.pt"
30
  )
31
 
32
  # Load checkpoint