| 12345678910111213141516171819202122232425262728293031323334353637383940 |
- {
- "adapter_path": "adapters",
- "batch_size": 1,
- "config": null,
- "data": "data",
- "fine_tune_type": "lora",
- "grad_accumulation_steps": 1,
- "grad_checkpoint": true,
- "iters": 2026,
- "learning_rate": 1e-05,
- "lora_parameters": {
- "rank": 8,
- "dropout": 0.0,
- "scale": 20.0
- },
- "lr_schedule": null,
- "mask_prompt": false,
- "max_seq_length": 4096,
- "model": "mlx-community/Meta-Llama-3.1-8B-Instruct-4bit",
- "num_layers": 16,
- "optimizer": "adam",
- "optimizer_config": {
- "adam": {},
- "adamw": {},
- "muon": {},
- "sgd": {},
- "adafactor": {}
- },
- "project_name": null,
- "report_to": null,
- "resume_adapter_file": "adapters/adapters.safetensors",
- "save_every": 100,
- "seed": 0,
- "steps_per_eval": 100,
- "steps_per_report": 10,
- "test": false,
- "test_batches": 500,
- "train": true,
- "val_batches": 25
- }
|