hyunseoki/mh-v1b-imo-9b-paonly
08
mh-v1b-imo-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)?
Collection: https://huggingface.co/collections/hyunseoki/meta-harness-v1b-policy-x-harness-co-evolution-6a5c9877f74920e8922808bc
Usage
from transformers import AutoModelForCausalLM, AutoTokenizer
tok = AutoTokenizer.from_pretrained("hyunseoki/mh-v1b-imo-9b-paonly")
model = AutoModelForCausalLM.from_pretrained("hyunseoki/mh-v1b-imo-9b-paonly", torch_dtype="bfloat16")