Instructions to use frankmorales2020/Mistral-7B-text-to-sql-flash-attention-2-dataeval with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use frankmorales2020/Mistral-7B-text-to-sql-flash-attention-2-dataeval 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, "frankmorales2020/Mistral-7B-text-to-sql-flash-attention-2-dataeval") - Notebooks
- Google Colab
- Kaggle
Ctrl+K