Instructions to use tharun66/Mistral-7B-Text2SQL with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use tharun66/Mistral-7B-Text2SQL with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("mistralai/Mistral-7B-Instruct-v0.3") model = PeftModel.from_pretrained(base_model, "tharun66/Mistral-7B-Text2SQL") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
2a252ae | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:a05ef46416504b7b3c2eb9c505f8b08d68dbc08705a6e616f9ebe5ed203a6e3c
size 5240
|