File size: 973 Bytes
d40b0df
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
40
41
{
    "adapter_path": "output/micro-kiki/lora-qwen36-35b/python",
    "batch_size": 1,
    "clear_cache_threshold": 0,
    "config": null,
    "data": "data/micro-kiki/python",
    "fine_tune_type": "lora",
    "grad_accumulation_steps": 1,
    "grad_checkpoint": true,
    "iters": 200,
    "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": "models/Qwen3.6-35B-A3B",
    "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": 50,
    "steps_per_report": 25,
    "test": false,
    "test_batches": 500,
    "train": true,
    "val_batches": 25
}