Instructions to use ArunMoonpai/CodeLlama-SQL-13b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use ArunMoonpai/CodeLlama-SQL-13b with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("codellama/CodeLlama-13b-Instruct-hf") model = PeftModel.from_pretrained(base_model, "ArunMoonpai/CodeLlama-SQL-13b") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
e2f27fd | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:f79f6c0e8427d27e0561d4b3ef1828ceda98df7b22a4f084d86c1302203d610a
size 39407821
|