Files
wehub-resource-sync a8262fc01e
docs / build (push) Waiting to run
docs / deploy (push) Blocked by required conditions
chore: import upstream snapshot with attribution
2026-07-13 13:10:22 +08:00

27 lines
639 B
JSON

{
"sft_ckpt": "/ephemeral/ckpts/sft.pt",
"reward_ckpt": "/ephemeral/ckpts/reward.pt",
"prompt_path": "/ephemeral/data/rl_prompts_train.jsonl",
"eval_prompt_path": "/ephemeral/data/rl_prompts_test.jsonl",
"out_ckpt": "/ephemeral/ckpts/ppo.pt",
"reward_source": "verifier",
"iterations": 1000,
"prompts_per_iter": 32,
"rollout_len": 300,
"temperature": 1.0,
"top_p": 1.0,
"ppo_epochs": 4,
"minibatch_size": 16,
"clip": 0.2,
"vf_clip": 0.2,
"vf_coef": 0.5,
"ent_coef": 0.0,
"gamma": 1.0,
"gae_lambda": 0.95,
"kl_coef": 0.05,
"lr": 1e-06,
"grad_clip": 1.0,
"eval_every": 50,
"save_every": 100
}