Instructions to use jasonvan/llama-2-13b-text2sql with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use jasonvan/llama-2-13b-text2sql with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Llama-2-13b-hf") model = PeftModel.from_pretrained(base_model, "jasonvan/llama-2-13b-text2sql") - Notebooks
- Google Colab
- Kaggle
Commit ·
0f145bd
1
Parent(s): b21f494
Librarian Bot: Add base_model information to model (#2)
Browse files- Librarian Bot: Add base_model information to model (7db1352ab83d29eed59717ccf0f8ed3321e7a8e8)
Co-authored-by: Librarian Bot (Bot) <librarian-bot@users.noreply.huggingface.co>