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