File size: 610 Bytes
165447a |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
{
"model_name": "ECHO-9",
"base_model": "Qwen/Qwen2.5-7B-Instruct",
"training_time_minutes": 41.95665571666667,
"num_examples": 400,
"config": {
"name": "ECHO-9",
"base_model": "Qwen/Qwen2.5-7B-Instruct",
"training_data": "echo9_training_data.jsonl",
"output_dir": "./models/echo9",
"temperature": 0.7,
"max_seq_length": 2048,
"batch_size": 4,
"gradient_accumulation_steps": 4,
"learning_rate": 0.0002,
"num_epochs": 3,
"lora_r": 32,
"lora_alpha": 64,
"lora_dropout": 0.05,
"use_4bit": true
},
"completed_at": "2025-10-26T12:39:02.822108"
} |