Instructions to use Wangzaistone123/CodeLlama-13b-sql-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Wangzaistone123/CodeLlama-13b-sql-lora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("/home/model_files/codellama/CodeLlama-13b-Instruct-hf") model = PeftModel.from_pretrained(base_model, "Wangzaistone123/CodeLlama-13b-sql-lora") - Notebooks
- Google Colab
- Kaggle
Prompt Template
#2 opened over 2 years ago
by
dalematthews
Can you release the training config?
#1 opened over 2 years ago
by
Minstrel2436