Instructions to use ksabeh/context2sql with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use ksabeh/context2sql with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("codellama/CodeLlama-7b-hf") model = PeftModel.from_pretrained(base_model, "ksabeh/context2sql") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
3a6e9b6 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:3822c3ba327c4d9519012bbb16a8bac921cf8a863d858cea848cf3dc1c50f771
size 1279324400
|