Removed exclude_modules param from code (#3)
Browse files- Removed exclude_modules param from code (639c1d3128bef2654eed0d0311da599b115437c2)
Co-authored-by: Deva Kumar Gajulamandyam <[email protected]>
- adapter_config.json +0 -1
adapter_config.json
CHANGED
@@ -3,7 +3,6 @@
|
|
3 |
"auto_mapping": null,
|
4 |
"base_model_name_or_path": "microsoft/Phi-3.5-mini-instruct",
|
5 |
"bias": "none",
|
6 |
-
"exclude_modules": null,
|
7 |
"fan_in_fan_out": false,
|
8 |
"inference_mode": true,
|
9 |
"init_lora_weights": true,
|
|
|
3 |
"auto_mapping": null,
|
4 |
"base_model_name_or_path": "microsoft/Phi-3.5-mini-instruct",
|
5 |
"bias": "none",
|
|
|
6 |
"fan_in_fan_out": false,
|
7 |
"inference_mode": true,
|
8 |
"init_lora_weights": true,
|