Text Generation
Transformers
Inference Endpoints
mikecovlee commited on
Commit
e838b21
1 Parent(s): 626a858

Upload 2 files

Browse files
Files changed (2) hide show
  1. mixlora_config.json +17 -0
  2. mixlora_model.bin +3 -0
mixlora_config.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "lora_alpha": 16,
3
+ "lora_dropout": 0.05,
4
+ "r": 8,
5
+ "peft_type": "LORA",
6
+ "task_type": "CAUSAL_LM",
7
+ "bias": "none",
8
+ "target_modules": [
9
+ "q_proj",
10
+ "v_proj",
11
+ "w1_proj",
12
+ "w2_proj",
13
+ "w3_proj"
14
+ ],
15
+ "experts": 8,
16
+ "topk": 2
17
+ }
mixlora_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4090aec55cf09f39117ae6b32b312e93fc44509190c3e8d84ba8026c905ad31b
3
+ size 392758789