Upload lora_config.json with huggingface_hub
Browse files- lora_config.json +13 -0
lora_config.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"r": 16,
|
3 |
+
"lora_alpha": 32,
|
4 |
+
"target_modules": [
|
5 |
+
"q_proj",
|
6 |
+
"v_proj",
|
7 |
+
"k_proj",
|
8 |
+
"o_proj"
|
9 |
+
],
|
10 |
+
"lora_dropout": 0.05,
|
11 |
+
"bias": "none",
|
12 |
+
"task_type": "CAUSAL_LM"
|
13 |
+
}
|