Justin Brown commited on
Commit
c2f9ca0
·
verified ·
1 Parent(s): 6084694

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -27,5 +27,6 @@ This repo contains a checkpoint for an **Addressed State Model (ASM)** built fro
27
  import torch
28
  ckpt = torch.load("ASA_ASM_wt103-rawv1_gpt2_T1024_L21_D384_H8_K16_M32_ropek1_alibi1_gamma1_step75000_best.pt", map_location="cpu")
29
  print(ckpt.keys())
30
- Notes
 
31
  This is a raw training artifact. A lightweight inference wrapper / conversion can be added later.
 
27
  import torch
28
  ckpt = torch.load("ASA_ASM_wt103-rawv1_gpt2_T1024_L21_D384_H8_K16_M32_ropek1_alibi1_gamma1_step75000_best.pt", map_location="cpu")
29
  print(ckpt.keys())
30
+
31
+ ## Notes
32
  This is a raw training artifact. A lightweight inference wrapper / conversion can be added later.