Transformers
English
Inference Endpoints
mikecovlee commited on
Commit
20de1d2
·
verified ·
1 Parent(s): a2850f8

Upload 2 files

Browse files
Files changed (2) hide show
  1. adapter_config.json +19 -0
  2. adapter_model.bin +3 -0
adapter_config.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bias": "none",
3
+ "peft_type": "MIXLORA",
4
+ "r": 8,
5
+ "lora_alpha": 16,
6
+ "lora_dropout": 0.05,
7
+ "target_modules": [
8
+ "o_proj",
9
+ "down_proj",
10
+ "qkv_proj",
11
+ "gate_up_proj"
12
+ ],
13
+ "routing_strategy": "mixtral",
14
+ "num_experts": 8,
15
+ "act_fn": "silu",
16
+ "top_k": 2,
17
+ "base_model_name_or_path": "microsoft/Phi-3-mini-4k-instruct",
18
+ "task_type": "CAUSAL_LM"
19
+ }
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b8d35208d964d4a04bc24270b73ecda5ce20bbb93911182b05f9340e7b66a66
3
+ size 274122242