Instructions to use teilomillet/llama-2-7b-LORA-chatSQL with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use teilomillet/llama-2-7b-LORA-chatSQL with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Llama-2-7b-chat-hf") model = PeftModel.from_pretrained(base_model, "teilomillet/llama-2-7b-LORA-chatSQL") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
2ba2b02 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:e30aa308ffbe13b7be13e88679d119340ad4f2e0239e9f8929f68954039b70e1
size 33600461
|