Instructions to use Vasanth/mistral-sql with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Vasanth/mistral-sql with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("teknium/OpenHermes-2.5-Mistral-7B") model = PeftModel.from_pretrained(base_model, "Vasanth/mistral-sql") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
b7ee2ce | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:f1095f019cc66a96b98eefa8d1bd35056b27cf6c8cd841ab59208d33154409ec
size 4920
|