Litzy619 commited on
Commit
d9b308b
1 Parent(s): d69c7b2

Upload model

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