tibeb-sft-adapter / mlx-adapter /adapter_config.json
nahommohan's picture
Upload folder using huggingface_hub
fd74065 verified
raw
history blame contribute delete
932 Bytes
{
"adapter_path": "models/tibeb-sft/mlx-adapter",
"batch_size": 1,
"config": null,
"data": "data/mlx_train",
"fine_tune_type": "lora",
"grad_accumulation_steps": 1,
"grad_checkpoint": true,
"iters": 50,
"learning_rate": 1e-05,
"lora_parameters": {
"rank": 8,
"dropout": 0.0,
"scale": 20.0
},
"lr_schedule": null,
"mask_prompt": false,
"max_seq_length": 512,
"model": "mlx-community/aya-expanse-8b-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": 25,
"seed": 42,
"steps_per_eval": 10,
"steps_per_report": 10,
"test": false,
"test_batches": 500,
"train": true,
"val_batches": 25
}