CoolFace
Modelpublic

modrill/math-nothink-q8b-20260908

sourceHugging Faceapache-2.0updated 15d agoView on Hugging Face
0likes206downloads
Model Card

math-nothink-q8b-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.

ModelOfficial /240
This endpoint58
Same-run Base26

τs = θs − θ0. θ0 is Qwen/Qwen3-8B-Base rev 49e3418fbbbca6ecbdf9608b4d22e5a407081db4.

Identity

FieldValue
ArmQ8B-NOTHINK-EP-X
Updates / tokens165 / 10,788,766
RecipeLoRA r64/α128, TPU 65536, 2ep row-matched, seed 42, Qwen tail 151643 / O7B tail 100257, B-rows both sides [151643, 151667, 151668]
Merged model.safetensors sha256160d8b85fafdf43a3507a57f0bd39932e769c9bda3966881e9f69f815e427cfe
Endpoint adapter sha256228a582aff6cdd81f63353f439dbfb86c22dc52b8fafc2ad57f3a212c35f7cf5

Root of merged weights is this repo. Endpoint LoRA is in adapter/. MERGE_RECEIPT.json is the merge audit.

Load

python
from transformers import AutoModelForCausalLM, AutoTokenizer
m = AutoModelForCausalLM.from_pretrained("modrill/math-nothink-q8b-20260908", torch_dtype="bfloat16", device_map="auto")
tok = AutoTokenizer.from_pretrained("modrill/math-nothink-q8b-20260908")