Instructions to use Tejveer12/code-llama-7b-text-to-sql-2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Tejveer12/code-llama-7b-text-to-sql-2 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, "Tejveer12/code-llama-7b-text-to-sql-2") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
3c31077 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:28b81eb669b642911e1c63288d8d48c3d0c490c610b1f6bfcbdadca20b4c222b
size 4728
|