Views
No views yet
src/arm/inner_link.py in the
ARM repository.[d_model = 5120], float32.d_model-shaped vector intended to be close (cosine
similarity) to the input-embedding of the next token.L_in = 1 − cos(R_in(h), Emb(y_next)). Graph-free
(no recursive backprop), as specified in the RecursiveMAS paper.simplescaling/s1K (1k high-quality reasoning traces;
~2M tokens; 8,078 chunks of 256 tokens).results/ARM_v1_update.md.1from arm.inner_link import load_inner_link
2adapter = load_inner_link("path/to/inner_link_14b")
3# adapter.forward(hidden_state) -> projected vectorscripts/08_phase2b_full.py --inner-link checkpoints/inner_link_14b in the
ARM repository.CITATION.cff. Also cite the RecursiveMAS paper
(arXiv:2604.25917) for the inner-link architecture and training objective.