Views
No views yet
unsloth/Llama-3.2-1B-Instruct. The model reasons in compressed continuous latent embeddings rather than explicit chain-of-thought tokens.unsloth/Llama-3.2-1B-Instructcot_baseline.ckpt, sft_adaptiveLRM.ckptembed_modeling_loss (MSE) that reconstructs the compressed reasoning-step embeddings (each latent token summarizes about compression_factor chain-of-thought tokens). Reinforcement learning (GRPO) is disabled — this is an SFT-only checkpoint.state_dict) that fits the CoLaR scaffold — it is not directly AutoModel-loadable. Load the base model, splice this state_dict in with strict=False, and use the CoLaR runtime settings:COLAR_EMB_STD=0.018 COLAR_COMPRESS=<compression_factor> sep_token=###
TORCH_FORCE_NO_WEIGHTS_ONLY_LOAD=1AlbertTan/CoLaR release.