diff options
| author | yurenh <blackhao0426@gmail.com> | 2026-08-31 18:14:09 -0500 |
|---|---|---|
| committer | yurenh <blackhao0426@gmail.com> | 2026-08-31 18:14:09 -0500 |
| commit | 6a544fabfc2af22e4d5823410dd2387b5af89ea9 (patch) | |
| tree | 0abd67bdda420deed27428b621fb59db8be07f41 /configs/model/s60.yaml | |
scaffold: model (OLMo2-ish + ZBP partition), trainer (DDP/config), data shards, bench
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01GkgLsACEF6CCP7EUfA5fZe
Diffstat (limited to 'configs/model/s60.yaml')
| -rw-r--r-- | configs/model/s60.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/configs/model/s60.yaml b/configs/model/s60.yaml new file mode 100644 index 0000000..ebccc0a --- /dev/null +++ b/configs/model/s60.yaml @@ -0,0 +1,7 @@ +d: 512 +layers: 8 +heads: 8 +vocab: 50257 +seq_len: 1024 +ffn_mult: 8/3 # SwiGLU: hidden = mult*d rounded to 64 +pos: learned |
