Views
No views yet
meta-llama/Llama-3.2-1B-Instruct on GSM8K.1from transformers import AutoModelForCausalLM, AutoTokenizer
2model = AutoModelForCausalLM.from_pretrained("yingfanbot/gsm-cot-llama1b")
3tokenizer = AutoTokenizer.from_pretrained("yingfanbot/gsm-cot-llama1b")1@misc{fan2026bridginggaplatentexplicit,
2 title={Bridging the Gap Between Latent and Explicit Reasoning with Looped Transformers},
3 author={Ying Fan and Anej Svete and Kangwook Lee},
4 year={2026},
5 eprint={2606.31779},
6 archivePrefix={arXiv},
7 primaryClass={cs.LG},
8 url={https://arxiv.org/abs/2606.31779},
9}