humanizer-mlx-adapter / adapter_config.json
fahd9999's picture
Upload folder using huggingface_hub
3cf9e03 verified
Raw
History Blame Contribute Delete
950 Bytes
{
"adapter_path": "./humanizer-mlx-adapter",
"batch_size": 2,
"clear_cache_threshold": 0,
"config": null,
"data": ".",
"fine_tune_type": "lora",
"grad_accumulation_steps": 1,
"grad_checkpoint": false,
"iters": 1000,
"learning_rate": 0.0002,
"lora_parameters": {
"rank": 8,
"dropout": 0.0,
"scale": 20.0
},
"lr_schedule": null,
"mask_prompt": false,
"max_seq_length": 2048,
"model": "mlx-community/gemma-3-4b-it-4bit",
"num_layers": 8,
"optimizer": "adam",
"optimizer_config": {
"adam": {},
"adamw": {},
"muon": {},
"sgd": {},
"adafactor": {}
},
"project_name": null,
"report_to": null,
"resume_adapter_file": null,
"save_every": 100,
"seed": 0,
"steps_per_eval": 200,
"steps_per_report": 10,
"test": false,
"test_batches": 500,
"train": true,
"val_batches": 25
}