Upload config
Browse files- adapter_config.json +1 -3
adapter_config.json
CHANGED
@@ -3,8 +3,6 @@
|
|
3 |
"auto_mapping": null,
|
4 |
"base_model_name_or_path": "openai/whisper-small",
|
5 |
"bias": "none",
|
6 |
-
"eva_config": null,
|
7 |
-
"exclude_modules": null,
|
8 |
"fan_in_fan_out": false,
|
9 |
"inference_mode": false,
|
10 |
"init_lora_weights": true,
|
@@ -22,8 +20,8 @@
|
|
22 |
"rank_pattern": {},
|
23 |
"revision": null,
|
24 |
"target_modules": [
|
25 |
-
"q_proj",
|
26 |
"k_proj",
|
|
|
27 |
"out_proj",
|
28 |
"v_proj"
|
29 |
],
|
|
|
3 |
"auto_mapping": null,
|
4 |
"base_model_name_or_path": "openai/whisper-small",
|
5 |
"bias": "none",
|
|
|
|
|
6 |
"fan_in_fan_out": false,
|
7 |
"inference_mode": false,
|
8 |
"init_lora_weights": true,
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
|
|
23 |
"k_proj",
|
24 |
+
"q_proj",
|
25 |
"out_proj",
|
26 |
"v_proj"
|
27 |
],
|