File size: 1,295 Bytes
e77a95c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
42
43
44
45
46
47
48
49
{
  "adaptive_ratio": 0.01,
  "adaptive_ratio_decay": 1.0,
  "additive_modeling": false,
  "allow_empty_lora": false,
  "auto_mapping": null,
  "base_model_name_or_path": "microsoft/Phi-3-mini-4k-instruct",
  "bias": "none",
  "curr_learning": true,
  "detached_training": true,
  "dynamic_adapter_pool": true,
  "enable_lora": null,
  "encoder_hidden_size": 3072,
  "fan_in_fan_out": false,
  "hypernetwork": true,
  "inference_mode": true,
  "input_based_adapter_selection": true,
  "insert_zero_lora": false,
  "layer_to_lora": [],
  "lora_alpha": 16,
  "lora_dropout": 0.05,
  "merge_weights": false,
  "modules_to_save": null,
  "num_attention_heads": 32,
  "num_layers": 32,
  "num_prefix_set": 3,
  "num_transformer_submodules": 1,
  "num_virtual_tokens": 30,
  "number_of_adapter_pre_layer": 8,
  "ot_diversified_dispatcher": false,
  "ot_diversified_prefix": false,
  "peft_type": "PREFIX_MA_LORA",
  "pool_selective_inference": true,
  "pool_selective_training": true,
  "prefix_projection": true,
  "r": 8,
  "random_routing": false,
  "random_routing_inference": false,
  "scale": 64,
  "selective_num": 8,
  "simple_hidden_matching": false,
  "simple_instance_matching": true,
  "target_modules": [
    "qkv_proj",
    "o_proj"
  ],
  "task_type": "CAUSAL_LM",
  "token_dim": 3072
}