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