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 | 34be47323ee6dafc40f9e98395d0a48b3aa3ab4986dcf1fdb688dc35a7ed189d |
| manifest path | data/v3/armB_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-be4d8fc5-2ca0) |
| 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-armB-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.