Update adapter_config.json
Browse files- adapter_config.json +1 -16
adapter_config.json
CHANGED
@@ -2,20 +2,5 @@
|
|
2 |
"auto_mapping": {
|
3 |
"parent_library": "temp.py"
|
4 |
},
|
5 |
-
"
|
6 |
-
"bias": "none",
|
7 |
-
"fan_in_fan_out": false,
|
8 |
-
"inference_mode": true,
|
9 |
-
"init_lora_weights": true,
|
10 |
-
"layers_pattern": null,
|
11 |
-
"layers_to_transform": null,
|
12 |
-
"lora_alpha": 32,
|
13 |
-
"lora_dropout": 0.05,
|
14 |
-
"modules_to_save": null,
|
15 |
-
"peft_type": "LORA",
|
16 |
-
"revision": null,
|
17 |
-
"target_modules": [
|
18 |
-
"q_proj",
|
19 |
-
"v_proj"
|
20 |
-
]
|
21 |
}
|
|
|
2 |
"auto_mapping": {
|
3 |
"parent_library": "temp.py"
|
4 |
},
|
5 |
+
"base_model_class": "test"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
}
|