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: 132 Bytes
6e0d730 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:d09a67095767c803922cceb6eaa300e8cbcadebd8177557f6435a2e20e50c3b2
size 6387868
|