rain930 commited on
Commit
dd39b65
·
verified ·
1 Parent(s): 66f633b

Create adapter_config.json

Browse files
Files changed (1) hide show
  1. adapter_config.json +6 -0
adapter_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "lora_r": 4,
3
+ "lora_alpha": 16,
4
+ "lora_dropout": 0.1,
5
+ "target_modules": ["attn2.to_q", "attn2.to_v"]
6
+ }