mikecovlee commited on
Commit
f1d8aef
·
1 Parent(s): a601cbd

upload adapter

Browse files
Files changed (2) hide show
  1. adapter_config.json +22 -0
  2. adapter_model.bin +3 -0
adapter_config.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bias": "none",
3
+ "peft_type": "MIXLORA",
4
+ "r": 16,
5
+ "lora_alpha": 32,
6
+ "lora_dropout": 0.05,
7
+ "target_modules": [
8
+ "q_proj",
9
+ "k_proj",
10
+ "v_proj",
11
+ "o_proj",
12
+ "gate_proj",
13
+ "down_proj",
14
+ "up_proj"
15
+ ],
16
+ "routing_strategy": "mixlora",
17
+ "num_experts": 8,
18
+ "act_fn": "silu",
19
+ "top_k": 2,
20
+ "base_model_name_or_path": "/home/lidengchun/models/Llama-2-7b-hf",
21
+ "task_type": "QUESTION_ANS"
22
+ }
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8cbb3f3f408e70c2e9a835206dcd334e7139d5c744da419ad83e0ed21eae5c05
3
+ size 814384834