YuLexuan30 commited on
Commit
4a5eb57
·
verified ·
1 Parent(s): f717f56

Create adapter_config.json

Browse files
Files changed (1) hide show
  1. adapter_config.json +8 -0
adapter_config.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "adapter_type": "lora",
3
+ "peft_type": "LORA",
4
+ "r": 16,
5
+ "lora_alpha": 16,
6
+ "lora_dropout": 0.1,
7
+ "target_modules": ["q_proj", "v_proj"]
8
+ }