2.2 KiB
2.2 KiB
| 1 | section | parameter | value | source |
|---|---|---|---|---|
| 2 | Run identity | Base model | Qwen/Qwen3-8B | queue/script override |
| 3 | Run identity | Dataset | Physics / SciKnowEval physics | run_qwen3_generalization.sh |
| 4 | Run identity | Method | GRPO | run_qwen3_generalization.sh |
| 5 | Run identity | Config | baseline_grpo | run_qwen3_generalization.sh |
| 6 | Run identity | Experiment | qwen3gen-physics-GRPO-Qwen-Qwen3-8B-mbs8-train32-rollout8-lr1e-6-vllm0.8 | run_qwen3_generalization.sh |
| 7 | Run identity | W&B run | run-20260703_032040-6ig3l55l | wandb |
| 8 | Data | Train file | datasets/sciknoweval/physics/train.parquet | script override |
| 9 | Data | Validation file | datasets/sciknoweval/physics/test.parquet | script override |
| 10 | Data | Train batch size | 32 | queue/script override |
| 11 | Data | Train max samples | 3200 | queue/script override |
| 12 | Schedule | Total training steps | 100 | queue/script override |
| 13 | Schedule | Validation before train | False | queue/script override |
| 14 | Schedule | Save frequency | 10 | queue/script override |
| 15 | Schedule | Validation frequency | 10 | queue/script override |
| 16 | Sequence | Max prompt length | 2048 | queue/script override |
| 17 | Sequence | Max response length | 8192 | queue/script override |
| 18 | Sequence | Max model length | 10240 | queue/script override |
| 19 | Rollout | Train rollout n | 8 | queue/script override |
| 20 | Rollout | Validation rollout n | 16 | queue/script override |
| 21 | Rollout | vLLM GPU memory utilization | 0.8 | queue/script override |
| 22 | Optimization | Learning rate | 1e-6 | GRPO method override |
| 23 | Optimization | Weight decay | 0.01 | script override |
| 24 | PPO/GRPO | PPO mini batch size | 8 | queue/script override |
| 25 | PPO/GRPO | Normalize GRPO advantages by std | False | baseline_grpo.yaml / script override |
| 26 | Rollout correction | Importance sampling mode | token | script override |
| 27 | Rollout correction | IS threshold | 2.0 | script override |
| 28 | Checkpoint/Logging | Checkpoint root | checkpoints/datasets/sciknoweval/physics/qwen3gen-physics-GRPO-Qwen-Qwen3-8B-mbs8-train32-rollout8-lr1e-6-vllm0.8 | script override |
| 29 | Checkpoint/Logging | Latest checkpointed iteration | 100 | latest_checkpointed_iteration.txt |
| 30 | Checkpoint/Logging | External actor archive | checkpoints/datasets/sciknoweval/physics/qwen3gen-physics-GRPO-Qwen-Qwen3-8B-mbs8-train32-rollout8-lr1e-6-vllm0.8/_actor_archive | preserve_actor_checkpoints.py |
| 31 | Checkpoint/Logging | Logger | console, wandb | ppo_trainer.yaml |
| 32 | PPO/GRPO | Policy loss mode | vanilla | method override |
| 33 | PPO/GRPO | Actor KL loss coef | 0.0 | method override |