Justin Brown
commited on
Update README.md
Browse files
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 |
-
|
|
|
|
| 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.
|