| { | |
| "format_version": 1, | |
| "role": "writer", | |
| "fine_tune_type": "lora", | |
| "model_hf_repo": "mlx-community/LFM2.5-1.2B-Instruct-4bit", | |
| "num_layers": 8, | |
| "lora_parameters": { | |
| "dropout": 0.05, | |
| "keys": [ | |
| "self_attn.q_proj", | |
| "self_attn.k_proj", | |
| "self_attn.v_proj", | |
| "self_attn.out_proj", | |
| "conv.in_proj", | |
| "conv.out_proj", | |
| "feed_forward.w1", | |
| "feed_forward.w2", | |
| "feed_forward.w3" | |
| ], | |
| "rank": 16, | |
| "scale": 32.0 | |
| } | |
| } | |