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
File size: 129 Bytes
b21f494 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:fbe81dc3f65fcf4197bfe9de202f1ca21e26aba52d04ce390f3d47c1d1cfc0be
size 3963
|