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: 129 Bytes
3a6e9b6 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:429774741671f26f324cbc484979aa3211c2eb25393b1b5d02a6ac1ace90273f
size 4792
|