modrill/math-nothink-q4b-20260908
0203
math-nothink-q4b-20260908
Public freeze of Math NoThink source expert θ_s for ICLR 2027 task-vector transfer. Not a chatbot. Endpoint is the score. Do not promote milestones.
run_id=math_six_arms_train_v3_eot_20260908. Replaces the private 20260902 src freeze for this v3 EOT recipe; does not overwrite nothink-src-*-20260902.
Score (Exact-240)
AIME24+25 × seeds 42–45, EvalScope reviews, n=240.
τs = θs − θ0. θ0 is Qwen/Qwen3-4B-Base rev 906bfd4b4dc7f14ee4320094d8b41684abff8539.
Identity
Root of merged weights is this repo. Endpoint LoRA is in adapter/. MERGE_RECEIPT.json is the merge audit.
Load
from transformers import AutoModelForCausalLM, AutoTokenizer
m = AutoModelForCausalLM.from_pretrained("modrill/math-nothink-q4b-20260908", torch_dtype="bfloat16", device_map="auto")
tok = AutoTokenizer.from_pretrained("modrill/math-nothink-q4b-20260908")