Views
No views yet
v3_mixed_history, N=200,000 records, identical hyperparameters; they vary
only in the human-data filter applied upstream.| field | value |
|---|---|
| base model | Qwen/Qwen3-32B |
| PEFT | LoRA r=32, alpha=32, dropout=0.0, modules=all-linear |
| train slice | 180,000 records (90/5/5 of 200k) |
| manifest hash | 79af8c5bf0174cb79543a4a4ab4ade9e63dc2ca1b8316e2a8f4fdc0a86bdf0bc |
| manifest path | data/v3/armA_4x.manifest.json |
| representation | v3_mixed_history |
| epochs | 1 |
| optimizer | lr=0.001 (linear, warmup_ratio=0.03), batch=8 |
| training method | sft |
| training infra | Together Fine-Tuning (job ft-e32b68da-230a) |
| source commit | 5b6e6b8 |
1from peft import PeftModel
2from transformers import AutoModelForCausalLM, AutoTokenizer
3
4base = AutoModelForCausalLM.from_pretrained("Qwen/Qwen3-32B", device_map="auto")
5tok = AutoTokenizer.from_pretrained("Qwen/Qwen3-32B")
6model = PeftModel.from_pretrained(base, "GoodStartLabs/qwen3-32b-gsl247-armA-v3-mixed-r4")eval/contract.yaml in the
source repo. Every Inspect task stamps its contract_sha into the .eval
metadata so any reported number is recoverable to the thresholds in force.