Text Generation
PEFT
Safetensors
English
sql
code-generation
text-to-sql
phi-3
lora
qlora
fine-tuned
conversational
Instructions to use Shizu0n/phi3-mini-sql-generator with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Shizu0n/phi3-mini-sql-generator 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, "Shizu0n/phi3-mini-sql-generator") - Notebooks
- Google Colab
- Kaggle
File size: 131 Bytes
dd0bedb | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
size 499723
|