Create adapter_config.json
Browse files- 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 |
+
}
|