Instructions to use richardr1126/spider-natsql-wizard-coder-qlora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use richardr1126/spider-natsql-wizard-coder-qlora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("WizardLM/WizardCoder-15B-V1.0") model = PeftModel.from_pretrained(base_model, "richardr1126/spider-natsql-wizard-coder-qlora") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
b131b21 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:3ad160e28912f51f22be68ed1e02d4f0e36de2516ceb1b5fcda3e552ec09de74
size 3963
|