Instructions to use richardr1126/spider-skeleton-wizard-coder-qlora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use richardr1126/spider-skeleton-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-skeleton-wizard-coder-qlora") - Notebooks
- Google Colab
- Kaggle
Ctrl+K