Instructions to use VPCSinfo/odoo17-sqlcoder-7b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Adapters
How to use VPCSinfo/odoo17-sqlcoder-7b with Adapters:
from adapters import AutoAdapterModel model = AutoAdapterModel.from_pretrained("undefined") model.load_adapter("VPCSinfo/odoo17-sqlcoder-7b", set_active=True) - Notebooks
- Google Colab
- Kaggle
Upload adapter_config.json with huggingface_hub
Browse files- adapter_config.json +4 -4
adapter_config.json
CHANGED
|
@@ -23,13 +23,13 @@
|
|
| 23 |
"rank_pattern": {},
|
| 24 |
"revision": null,
|
| 25 |
"target_modules": [
|
|
|
|
|
|
|
| 26 |
"k_proj",
|
| 27 |
-
"
|
| 28 |
"gate_proj",
|
| 29 |
"down_proj",
|
| 30 |
-
"
|
| 31 |
-
"o_proj",
|
| 32 |
-
"lm_head",
|
| 33 |
"q_proj"
|
| 34 |
],
|
| 35 |
"task_type": "CAUSAL_LM",
|
|
|
|
| 23 |
"rank_pattern": {},
|
| 24 |
"revision": null,
|
| 25 |
"target_modules": [
|
| 26 |
+
"o_proj",
|
| 27 |
+
"lm_head",
|
| 28 |
"k_proj",
|
| 29 |
+
"v_proj",
|
| 30 |
"gate_proj",
|
| 31 |
"down_proj",
|
| 32 |
+
"up_proj",
|
|
|
|
|
|
|
| 33 |
"q_proj"
|
| 34 |
],
|
| 35 |
"task_type": "CAUSAL_LM",
|