Flawed Fictions GRPO (gemma)
Training Details
|
|
| Base model |
google/gemma-3-4b-it |
| Task |
Continuity error detection (\boxed{Yes} / \boxed{No}) |
| W&B group |
grpo_flawed_fictions_gemma |
| W&B runs |
30a1oo7m, kfqu25ha |
| Training script |
scripts/grpo_4gpu_gemma_train.sh |
Checkpoint Revisions
- Branch head (latest):
main
- Per-checkpoint tags:
main-step-<N>
Usage
from transformers import AutoModelForCausalLM
model = AutoModelForCausalLM.from_pretrained(
"agurung/flawed-fictions-gemma-3-4b",
revision="main",
device_map="auto",
torch_dtype="auto",
)