Views
No views yet
extra_state.pt preserves the latent head for latent decoding.last-ew6ob26ggemma3_colar_sft_last_ew6ob26g| Tag | Local reference | Status |
|---|---|---|
best-epoch02-step35-val_loss=2.5829 | best step35 export | tagged checkpoint |
last-ew6ob26g | canonical last export | current commit |
extra_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-gemma-3-4b-ff-sft', revision='last-ew6ob26g', torch_dtype='auto', device_map='auto')
4tokenizer = AutoTokenizer.from_pretrained('agurung/colar-gemma-3-4b-ff-sft', revision='last-ew6ob26g')extra_state.pt together with the repo root model files.