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
File size: 134 Bytes
9e7a9eb | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:0d02182a249648e8a2081f5541ceaafde7889a107632ef9849dc77fb371fa5ef
size 441826829
|