Spaces:
Runtime error
Runtime error
File size: 281 Bytes
9776024 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
{
"base_model": "Qwen/Qwen2.5-7B-Instruct",
"output_dir": "outputs/qlora_qwen2.5_7b",
"data_path": "data/instructions.jsonl",
"lora_r": 16,
"lora_alpha": 32,
"lora_dropout": 0.05,
"lr": 0.0002,
"batch_size": 2,
"grad_accum": 8,
"epochs": 1,
"max_len": 2048
}
|