File size: 753 Bytes
89bc855 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | {
"training_completed_at": "2026-05-31T11:12:41.137194",
"config": {
"model_path": "/ai_models",
"output_dir": "finetuned_llama/202605311111",
"num_epochs": 3,
"batch_size": 2,
"learning_rate": 0.0002,
"use_lora": true,
"lora_r": 8,
"lora_alpha": 16,
"bf16": true,
"fp16": false
},
"metrics": {
"train_runtime": 58.5435,
"train_samples_per_second": 3.536,
"train_steps_per_second": 0.922,
"total_flos": 1.914298996831027e+16,
"train_loss": 0.8981970945994059,
"epoch": 3.0
},
"output_structure": {
"checkpoints": "finetuned_llama/202605311111/checkpoints",
"final_model": "finetuned_llama/202605311111/final_model",
"logs": "finetuned_llama/202605311111/logs"
}
} |