File size: 940 Bytes
794515d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
    "adapter_path": "adapters",
    "batch_size": 4,
    "config": "config.yaml",
    "data": "data",
    "fine_tune_type": "lora",
    "grad_checkpoint": false,
    "iters": 2079,
    "learning_rate": 1e-06,
    "lora_layers": 16,
    "lora_parameters": {
        "keys": [
            "mlp.gate_proj",
            "mlp.down_proj",
            "self_attn.q_proj",
            "mlp.up_proj",
            "self_attn.o_proj",
            "self_attn.v_proj",
            "self_attn.k_proj"
        ],
        "rank": 128,
        "alpha": 256,
        "scale": 10.0,
        "dropout": 0.05
    },
    "lr_schedule": null,
    "max_seq_length": 2549,
    "model": "mlx-community/Llama-3.2-1B-Instruct-4bit",
    "num_layers": 16,
    "resume_adapter_file": null,
    "save_every": 400,
    "seed": 0,
    "steps_per_eval": 200,
    "steps_per_report": 10,
    "test": false,
    "test_batches": -1,
    "train": true,
    "val_batches": -1
}