Instructions to use ai2sql/ai2sql_mistral_7b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use ai2sql/ai2sql_mistral_7b 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, "ai2sql/ai2sql_mistral_7b") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
d7255b6 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:7d7c6ff99100c5f021d79899e8bebb3eb08d0b5b2c0036ddb24059556bee885f
size 83945296
|