Views
No views yet
| Base model | google/gemma-3-4b-it |
| Task | Continuity error detection (\boxed{Yes} / \boxed{No}) |
| W&B project | flawed_fictions_rl |
| W&B group | grpo_flawed_fictions_gemma3_4b_lengthpenalty |
| W&B runs | dva1to9i |
| Training script | scripts/gemma3_4b_grpo_lengthpenalty.sh |
mainmain-step-<N>1from transformers import AutoModelForCausalLM
2
3model = AutoModelForCausalLM.from_pretrained(
4 "agurung/flawed-fictions-gemma-3-4b-lengthpenalty",
5 revision="main",
6 device_map="auto",
7 torch_dtype="auto",
8)