farikaw599 commited on
Commit
3fefc6d
·
verified ·
1 Parent(s): 4ea52db

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +10 -0
config.json CHANGED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "adapter_path": "adapters",
3
+ "lora_layers": 8,
4
+ "lora_parameters": {
5
+ "rank": 16,
6
+ "alpha": 16,
7
+ "dropout": 0.0,
8
+ "scale": 1.0
9
+ }
10
+ }