Views
No views yet
| File | What it is |
|---|---|
lm_machado.pt (~6.4 MB) | Demo checkpoint: 1.59M-param character-level LM trained 18 min on a CPU on Memórias Póstumas de Brás Cubas (Machado de Assis, 1881, public domain) |
hjepa/ + train_*.py + tests/ | The full implementation (custom code — not transformers-compatible) |
PAPER.md | Technical report: architecture, hand-derived adjoint backward, verification methodology, CPU benchmarks |
train_log.txt | Exact training log of the released checkpoint |
Ao verme que barbante de ver cá. E depois donravel, como uma mulher, creia se ir, com ella casada, a noiva de dama; vinha constituiu-lhe por esse rapido, inclinei-a muito, — repouso religiosa...
1git clone https://huggingface.co/dnnxzz/h-jepa-ssm-moe
2cd h-jepa-ssm-moe
3python3 -m venv .venv && .venv/bin/pip install torch --index-url https://download.pytorch.org/whl/cpu
4.venv/bin/python tests/self_test.py # verification suite
5mkdir -p out && cp lm_machado.pt out/
6.venv/bin/python interactive.py # streaming REPL (chat-style)
7.venv/bin/python train_text.py sample --prompt "Eu era " --tokens 400
8.venv/bin/python train_text.py # retrain from scratch (~18 min CPU)
9.venv/bin/python train_synthetic.py --preset tiny # JEPA self-supervised loopPAPER.md §5). The corpus is public domain; code is MIT.