abshetty commited on
Commit
ba227a4
·
verified ·
1 Parent(s): 9e70d74

Upload 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
+ "r": 64,
3
+ "lora_alpha": 128,
4
+ "target_modules": "all-linear",
5
+ "lora_dropout": 0,
6
+ "bias": "none",
7
+ "task_type": "CAUSAL_LM"
8
+ }