Views
No views yet
Qwen/Qwen2.5-3B-Instruct, one per weight
vector on the 2-objective simplex (helpfulness reward model + brevity verifiable reward).
Weight vectors are the 13 points produced by Algorithm 1 of the PALM paper
(ε=0.4, δ=0.2). This repo is one training seed (seed=4) of a multi-seed
study; sibling repos hold the other seeds with identical configuration.transformers format (bf16),
each in its own subfolder idx0/ … idx12/.1from transformers import AutoModelForCausalLM, AutoTokenizer
2repo = "roozbehn99/palm-qwen3b-sky-brev-seed4"
3tok = AutoTokenizer.from_pretrained(repo, subfolder="idx6") # (0.5, 0.5) model
4model = AutoModelForCausalLM.from_pretrained(repo, subfolder="idx6", torch_dtype="bfloat16")J_w(π) = w·R(π) − β·KL(π) with β = 0.05.
Machine-readable copies: weights.csv, eval_summary.csv.| subfolder | w_help | w_brev | R1 (help) | R2 (brev) | KL |
|---|---|---|---|---|---|
idx0 | 1.000 | 0.000 | 0.805 | 0.175 | 0.55 |
idx1 | 0.833 | 0.167 | 0.844 | 0.222 | 0.92 |
idx2 | 0.781 | 0.219 | 0.829 | 0.254 | 0.99 |
idx3 | 0.718 | 0.282 | 0.825 | 0.276 | 1.15 |
idx4 | 0.646 | 0.354 | 0.821 | 0.311 | 1.67 |
idx5 | 0.566 | 0.434 | 0.791 | 0.349 | 2.45 |
idx6 | 0.500 | 0.500 | 0.802 | 0.364 | 2.75 |
idx7 | 0.000 | 1.000 | 0.697 | 0.436 | 6.16 |
idx8 | 0.167 | 0.833 | 0.733 | 0.411 | 5.40 |
idx9 | 0.219 | 0.781 | 0.732 | 0.401 | 4.38 |
idx10 | 0.282 | 0.718 | 0.742 | 0.397 | 4.34 |
idx11 | 0.354 | 0.646 | 0.763 | 0.384 | 3.69 |
idx12 | 0.434 | 0.566 | 0.787 | 0.357 | 2.66 |
open_instruct/weighted_grpo.py, open_instruct/make_weights.py) — a fork of AI2's open-instruct.portfolio_runs/qwen3b_sky_brev_iclr_s4.--seed 4 (Python / NumPy / Torch RNGs; per-process offset by rank).rm_calibrations/).