Views
No views yet
deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B. The model reasons in compressed continuous latent embeddings rather than explicit chain-of-thought tokens.deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5Bcolar_r1_cot.ckpt, hparams.yamlembed_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.