File size: 902 Bytes
72e2b3c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "adaptive_ratio": 0.01,
  "adaptive_ratio_decay": 1.0,
  "allow_empty_lora": false,
  "auto_mapping": null,
  "base_model_name_or_path": "microsoft/Phi-3-mini-4k-instruct",
  "bias": "none",
  "dynamic_adapter_pool": true,
  "enable_lora": null,
  "fan_in_fan_out": false,
  "inference_mode": true,
  "input_based_adapter_selection": false,
  "insert_zero_lora": false,
  "layer_to_lora": [],
  "lora_alpha": 16,
  "lora_dropout": 0.05,
  "merge_weights": false,
  "modules_to_save": null,
  "number_of_adapter_pre_layer": 8,
  "ot_diversified_dispatcher": false,
  "peft_type": "MA_LORA",
  "pool_selective_inference": true,
  "pool_selective_training": true,
  "r": 8,
  "random_routing": false,
  "random_routing_inference": false,
  "selective_num": 8,
  "simple_hidden_matching": false,
  "simple_instance_matching": true,
  "target_modules": [
    "qkv_proj"
  ],
  "task_type": "CAUSAL_LM"
}