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
File size: 111 Bytes
23ffd8a | 1 2 3 4 5 6 7 | {
"_from_model_config": true,
"bos_token_id": 1,
"eos_token_id": 2,
"transformers_version": "4.37.2"
}
|