CoolFace
Modelpublic

hyunseoki/mh-v1b-math-9b-paonly

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
0likes9downloads
Model Card

mh-v1b-math-9b-paonly

Part of the Meta-Harness v1b study — co-evolution GRPO (verl) where a shared-weight policy plays two roles: TA (grader / solver, single-turn) and Proposer (harness/scaffold editor via multi-turn SEARCH/REPLACE). Question: does co-evolving the policy and its evaluation harness help, and through which lever (policy vs scaffold)?

DomainMath
ArchitectureQwen3_5ForCausalLM — 32 layers, hidden 4096
Precisionbf16 (merged from FSDP via verl.model_merger)
NotesAblation cell: PA-only (harness evolution axis only).

Collection: https://huggingface.co/collections/hyunseoki/meta-harness-v1b-policy-x-harness-co-evolution-6a5c9877f74920e8922808bc

Usage

python
from transformers import AutoModelForCausalLM, AutoTokenizer
tok = AutoTokenizer.from_pretrained("hyunseoki/mh-v1b-math-9b-paonly")
model = AutoModelForCausalLM.from_pretrained("hyunseoki/mh-v1b-math-9b-paonly", torch_dtype="bfloat16")