git-ai-commit-sft / adapter_config.json
yisuiban's picture
Upload folder using huggingface_hub
a4be7e8 verified
Raw
History Blame Contribute Delete
984 Bytes
{
"adapter_path": "adapters/qwen25-coder-7b-sft",
"batch_size": 1,
"clear_cache_threshold": 0,
"config": "configs/train.json",
"data": "data",
"fine_tune_type": "lora",
"grad_accumulation_steps": 8,
"grad_checkpoint": false,
"iters": 250,
"learning_rate": 1e-05,
"lora_parameters": {
"rank": 8,
"dropout": 0.0,
"scale": 20.0
},
"lr_schedule": null,
"mask_prompt": true,
"max_seq_length": 4096,
"model": "mlx-community/Qwen2.5-Coder-7B-Instruct-4bit",
"num_layers": 16,
"optimizer": "adam",
"optimizer_config": {
"adam": {},
"adamw": {},
"muon": {},
"sgd": {},
"adafactor": {}
},
"project_name": null,
"report_to": null,
"resume_adapter_file": null,
"save_every": 100,
"seed": 42,
"steps_per_eval": 25,
"steps_per_report": 10,
"test": false,
"test_batches": 500,
"train": true,
"val_batches": 10
}