Views
No views yet
beta=0, group-average
baseline). The online arm of finqa-rlvr.lr=1e-6 that decayed to ~0, so the flatness is partly an
optimization-budget artifact - noted, not chased. See the repo for the full teardown and the offline
(DPO) counterpart trained on the same signal.use_vllm colocate), LoRA r=16 / alpha=32, group size 8, beta 0, correctness + format
reward, 600 steps, 1x A100.1from peft import PeftModel
2from transformers import AutoModelForCausalLM, AutoTokenizer
3base = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2.5-3B-Instruct")
4model = PeftModel.from_pretrained(base, "yavuz-ai/qwen2.5-3b-grpo-finqa")
5tok = AutoTokenizer.from_pretrained("Qwen/Qwen2.5-3B-Instruct")