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