Flawed Fictions GRPO (qwen3_4b_lengthpenalty)
Training Details
| Base model | Qwen/Qwen3-4B-Instruct-2507 |
| Task | Continuity error detection (\boxed{Yes} / \boxed{No}) |
| W&B project | flawed_fictions_rl |
| W&B group | (not set) |
| W&B runs | (not set) |
| Training script | scripts/grpo_4h100_qwen_lengthpenalty_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-qwen3-4b-lengthpenalty",
revision="main",
device_map="auto",
torch_dtype="auto",
)
- Downloads last month
- 2
Model tree for agurung/flawed-fictions-qwen3-4b-lengthpenalty
Base model
Qwen/Qwen3-4B-Instruct-2507