Files
20260411-190341-align-qwen-…/training_config.json
ModelHub XC ad3d5ebd35 初始化项目,由ModelHub XC社区提供模型
Model: ojaffe/20260411-190341-align-qwen-0d3d-2026-04-12-018-ob-correction
Source: Original Platform
2026-04-22 00:21:01 +08:00

21 lines
436 B
JSON

{
"base_model": "/home/coder/experiments/2026-04-12-017-tqa-dpo",
"method": "OB_correction_DPO",
"beta": 0.03,
"lora_rank": 16,
"lora_alpha": 32,
"learning_rate": 3e-07,
"epochs": 2,
"batch_size": 4,
"grad_accum": 2,
"effective_batch_size": 8,
"max_seq_length": 512,
"target_modules": [
"q_proj",
"k_proj",
"v_proj",
"o_proj"
],
"train_time_seconds": 1212.3,
"num_training_examples": 8847
}