Elilora commited on
Commit
178a57d
·
verified ·
1 Parent(s): 36405c9

Create adapter_config.json

Browse files
Files changed (1) hide show
  1. adapter_config.json +14 -0
adapter_config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "target_modules": [
3
+ "q_proj", "k_proj", "v_proj", "o_proj",
4
+ "gate_proj", "up_proj", "down_proj"
5
+ ],
6
+ "r": 16,
7
+ "lora_alpha": 16,
8
+ "lora_dropout": 0.0,
9
+ "bias": "none",
10
+ "use_gradient_checkpointing": "unsloth",
11
+ "random_state": 3407,
12
+ "use_rslora": false,
13
+ "loftq_config": null
14
+ }