didierlopes commited on
Commit
88c1d4f
·
verified ·
1 Parent(s): 9ddc966

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +23 -0
config.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "adapter_type": "lora",
3
+ "base_model": "microsoft/Phi-3-mini-4k-instruct",
4
+ "lora_alpha": 16,
5
+ "lora_dropout": 0.1,
6
+ "r": 16,
7
+ "target_modules": [
8
+ "self_attn.q_proj",
9
+ "self_attn.k_proj",
10
+ "self_attn.v_proj",
11
+ "self_attn.o_proj"
12
+ ],
13
+ "task_type": "CAUSAL_LM",
14
+ "inference_mode": false,
15
+ "revision": null,
16
+ "tokenizer_name_or_path": "microsoft/Phi-3-mini-4k-instruct",
17
+ "layers": 32,
18
+ "total_params": 3824225280,
19
+ "trainable_params": 3145728,
20
+ "trainable_percent": 0.08,
21
+ "model_type": "phi3",
22
+ "framework": "mlx"
23
+ }