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
Prompt template?
#3
by Ardgon - opened
Hey do you still have any notes on the prompt template this model was finetuned on?
Hey do you still have any notes on the prompt template this model was finetuned on?
Sorry, I don't have any. I created my own prompts.