Instructions to use jasonvan/llama-2-13b-chat-text2sql-warmup-300 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use jasonvan/llama-2-13b-chat-text2sql-warmup-300 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Llama-2-13b-chat-hf") model = PeftModel.from_pretrained(base_model, "jasonvan/llama-2-13b-chat-text2sql-warmup-300") - Notebooks
- Google Colab
- Kaggle
How to use this model ?
#1 opened almost 3 years ago
by
tusharsarde