Views
No views yet
channel_mode=tail, num_registers=0, tail_length=4)SFT/amlt/chunked_sft_omi30k_scaling_round1_bonete54.yaml1from transformers import AutoModel, AutoTokenizer
2model = AutoModel.from_pretrained("albertge/llada-8b-dllm-registers-omi30k-t4", trust_remote_code=True)
3tok = AutoTokenizer.from_pretrained("albertge/llada-8b-dllm-registers-omi30k-t4", trust_remote_code=True)eval/eval.py
and the wrapper eval/run_mix60k_full_eval.sh.
Key flags for this checkpoint:
--num_registers 0 --channel_mode tail --tail_length 41@misc{dllm-registers-2026,
2 title = {Register Tokens for Unbounded Reasoning in Diffusion Language Models},
3 author = {Albert Ge and collaborators},
4 year = {2026},
5 note = {Preprint},
6 url = {https://github.com/lbertge/d1-registers}
7}