Instructions to use siddharth-magesh/sqlchatbot with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use siddharth-magesh/sqlchatbot with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("microsoft/phi-1_5") model = PeftModel.from_pretrained(base_model, "siddharth-magesh/sqlchatbot") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
6e0d730 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:ae64dee7a1d1073746a7f85812e0ea4d94683335f1bc1f28ff89152ac9b74159
size 5112
|