Views
No views yet
extra_state.pt preserves the latent head for latent decoding.exact-epoch16-step9856-val_reward=0.6875qwen3_colar_rl_exact_epoch16_step9856| Tag | Local reference | Status |
|---|---|---|
exact-epoch16-step9856-val_reward=0.6875 | exact epoch16 export | current commit |
best-epoch16-step9856-val-reward-0.6562best-epoch24-val_reward=0.6719last-epoch28-val_reward=0.5781second-epoch08-val_reward=0.6406extra_state.pt for CoLAR latent decodingexport_meta.json from the local exportlatent_metadata.json with archival provenance1from transformers import AutoModelForCausalLM, AutoTokenizer
2
3model = AutoModelForCausalLM.from_pretrained('agurung/colar-qwen3-4b-ff-rl', revision='exact-epoch16-step9856-val_reward=0.6875', torch_dtype='auto', device_map='auto')
4tokenizer = AutoTokenizer.from_pretrained('agurung/colar-qwen3-4b-ff-rl', revision='exact-epoch16-step9856-val_reward=0.6875')extra_state.pt together with the repo root model files.