Litzy619 commited on
Commit
84501de
·
verified ·
1 Parent(s): cc460e5

Upload model

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