Instructions to use songfeng/code-llama-7b-text-to-sql with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use songfeng/code-llama-7b-text-to-sql with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("mistralai/Mistral-7B-v0.1") model = PeftModel.from_pretrained(base_model, "songfeng/code-llama-7b-text-to-sql") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
55ce8e6 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:394916a22643d9ef5ba4637a242f9e805b70af17686e2e69fc4011bc0612418f
size 4728
|