Litzy619 commited on
Commit
2e0cde5
·
verified ·
1 Parent(s): d349396

Upload model

Browse files
Files changed (2) hide show
  1. adapter_config.json +41 -0
  2. adapter_model.bin +3 -0
adapter_config.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "adaptive_ratio": 0.01,
3
+ "adaptive_ratio_decay": 1.0,
4
+ "allow_empty_lora": true,
5
+ "auto_mapping": null,
6
+ "base_model_name_or_path": "mistralai/Mistral-7B-v0.1",
7
+ "bias": "none",
8
+ "dynamic_adapter_pool": true,
9
+ "enable_lora": null,
10
+ "fan_in_fan_out": false,
11
+ "inference_mode": true,
12
+ "input_based_adapter_selection": true,
13
+ "insert_zero_lora": false,
14
+ "layer_to_lora": [],
15
+ "lora_alpha": 16,
16
+ "lora_dropout": 0.05,
17
+ "merge_weights": false,
18
+ "modules_to_save": null,
19
+ "number_of_adapter_pre_layer": 8,
20
+ "ot_diversified_dispatcher": false,
21
+ "peft_type": "FORZEN_MA_LORA",
22
+ "pool_selective_inference": true,
23
+ "pool_selective_training": true,
24
+ "pretrain_adapter_list": "./trained_adapter_mis.txt",
25
+ "r": 16,
26
+ "random_routing": false,
27
+ "random_routing_inference": false,
28
+ "selective_num": 3,
29
+ "simple_hidden_matching": true,
30
+ "simple_instance_matching": true,
31
+ "target_modules": [
32
+ "up_proj",
33
+ "v_proj",
34
+ "down_proj",
35
+ "gate_proj",
36
+ "q_proj",
37
+ "o_proj",
38
+ "k_proj"
39
+ ],
40
+ "task_type": "CAUSAL_LM"
41
+ }
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4bcd45ad0a2a7661360e131fd7c5dc1576d60fc97a19ca7433544b67352bf5d2
3
+ size 244861120