File size: 1,005 Bytes
51be264
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
    "cutoff_len": 512,
    "save_step": 1000,
    "train_lora_candidate_num": 2,
    "train_lora_simultaneously_num": 2,
    "train_strategy": "optim",
    "lora": [
        {
            "name": "mola",
            "task_name": "",
            "optim": "adamw",
            "scheduler_type": "constant",
            "warmup_steps": 0,
            "lr": 2e-4,
            "batch_size": 16,
            "micro_batch_size": 8,
            "evaluate_batch_size": 16,
            "num_epochs": 2,
            "r": 10,
            "lora_alpha": 20,
            "lora_dropout": 0.05,
            "target_modules": {
                "q_proj": true,
                "k_proj": true,
                "v_proj": true,
                "o_proj": true,
                "gate_proj": true,
                "down_proj": true,
                "up_proj": true
            },
            "routing_strategy": "mola",
            "num_experts": 8,
            "top_k": 2,
            "group_by_length": false
        }
    ]
}