Instructions to use baebee/WizardCoderft-CODESET with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use baebee/WizardCoderft-CODESET with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("WizardLM/WizardCoder-1B-V1.0") model = PeftModel.from_pretrained(base_model, "baebee/WizardCoderft-CODESET") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
83211bf | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:4a5e9e3fa7a66cfcd03141ce5bd4eb9028f7656fb8da5b53b77069064af8570b
size 26755585
|