Upload experiment exp_infer_power
Browse files- training_summary.json +84 -0
training_summary.json
ADDED
|
@@ -0,0 +1,84 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"experiment": "EXP-INFER-POWER",
|
| 3 |
+
"total_iterations": 0,
|
| 4 |
+
"training_time_hours": 0.012344641420576308,
|
| 5 |
+
"eval_interval": 100,
|
| 6 |
+
"pending_evaluations": 2,
|
| 7 |
+
"eval_queue_file": "/proj/berzelius-aiics-real/users/x_anbue/frodi_data/exp_checkpoints/exp_infer_power/metrics/pending_eval_checkpoints.jsonl",
|
| 8 |
+
"power_sampling": {
|
| 9 |
+
"enabled": true,
|
| 10 |
+
"alpha": 4.0,
|
| 11 |
+
"block_size": 192,
|
| 12 |
+
"n_mcmc": 10,
|
| 13 |
+
"total_samples": 0
|
| 14 |
+
},
|
| 15 |
+
"best_model": {
|
| 16 |
+
"iteration": 0,
|
| 17 |
+
"training_reward": -Infinity,
|
| 18 |
+
"path": "/proj/berzelius-aiics-real/users/x_anbue/frodi_data/exp_checkpoints/exp_infer_power/best_model",
|
| 19 |
+
"note": "Best by training reward; run EuroEval for validation score"
|
| 20 |
+
},
|
| 21 |
+
"final_model": {
|
| 22 |
+
"path": "/proj/berzelius-aiics-real/users/x_anbue/frodi_data/exp_checkpoints/exp_infer_power/final_model"
|
| 23 |
+
},
|
| 24 |
+
"eval_history": [],
|
| 25 |
+
"config": {
|
| 26 |
+
"eval_interval": 100,
|
| 27 |
+
"rl_config": {
|
| 28 |
+
"output_dir": "/proj/berzelius-aiics-real/users/x_anbue/frodi_data/exp_checkpoints/exp_infer_power",
|
| 29 |
+
"iterations": 100,
|
| 30 |
+
"batch_size": 8,
|
| 31 |
+
"learning_rate": 5e-06,
|
| 32 |
+
"gradient_accumulation_steps": 4,
|
| 33 |
+
"max_length": 512,
|
| 34 |
+
"grpo_group_size": 4,
|
| 35 |
+
"ppo_epochs": 4,
|
| 36 |
+
"adap_kl_ctrl": true,
|
| 37 |
+
"init_kl_coef": 0.1,
|
| 38 |
+
"target": 0.1,
|
| 39 |
+
"horizon": 10000,
|
| 40 |
+
"kl_coef_min": 0.05,
|
| 41 |
+
"kl_coef_max": 0.5,
|
| 42 |
+
"advantage_clip": 3.0,
|
| 43 |
+
"advantage_epsilon": 1e-06,
|
| 44 |
+
"kl_decay": 0.95,
|
| 45 |
+
"kl_growth": 1.2,
|
| 46 |
+
"ref_update_interval": 1,
|
| 47 |
+
"reward_weights": {
|
| 48 |
+
"accuracy": 1.0,
|
| 49 |
+
"fluency": 0.0,
|
| 50 |
+
"reconstruction": 0.0,
|
| 51 |
+
"novelty": 0.0,
|
| 52 |
+
"grammar": 0.0,
|
| 53 |
+
"grammar_enabled": false
|
| 54 |
+
},
|
| 55 |
+
"adaptive_weights": true,
|
| 56 |
+
"weight_update_interval": 100,
|
| 57 |
+
"kl_penalty_coef": 0.08,
|
| 58 |
+
"kl_penalty_warmup_steps": 500,
|
| 59 |
+
"max_kl_divergence": 5.0,
|
| 60 |
+
"entropy_penalty_weight": 0.01,
|
| 61 |
+
"min_response_tokens": 10,
|
| 62 |
+
"qa_min_response_tokens": 3,
|
| 63 |
+
"qa_short_response_advantage_margin": -0.5,
|
| 64 |
+
"skip_reference_kl": false,
|
| 65 |
+
"pretraining_weight": 0.3,
|
| 66 |
+
"pretraining_samples_per_batch": 2,
|
| 67 |
+
"reward_clip_min": -1.0,
|
| 68 |
+
"reward_clip_max": 1.0,
|
| 69 |
+
"reward_norm_momentum": 0.1,
|
| 70 |
+
"reward_downscale": 0.5,
|
| 71 |
+
"generation": {
|
| 72 |
+
"max_new_tokens": 256,
|
| 73 |
+
"min_new_tokens": 5,
|
| 74 |
+
"temperature": 0.7,
|
| 75 |
+
"top_p": 0.9,
|
| 76 |
+
"top_k": 50,
|
| 77 |
+
"do_sample": true,
|
| 78 |
+
"repetition_penalty": 1.1
|
| 79 |
+
}
|
| 80 |
+
}
|
| 81 |
+
},
|
| 82 |
+
"post_training_eval_required": true,
|
| 83 |
+
"storage_note": "Only best_model and final_model saved (storage-efficient)"
|
| 84 |
+
}
|