Text Generation
PEFT
Safetensors
English
text-to-sql
sql
nlp
fine-tuning
qlora
lora
phi-3
conversational
Instructions to use Sid9797/querycraft-phi3-sql with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Sid9797/querycraft-phi3-sql with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("microsoft/Phi-3-mini-4k-instruct") model = PeftModel.from_pretrained(base_model, "Sid9797/querycraft-phi3-sql") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
f9e8616 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:fc16e6931b962d24c31b5d22a1397b75f53f86c81fbc0bebe686358769503192
size 1465
|