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