Instructions to use sallywww/StarCoder_oneStep_FuzzTargets with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use sallywww/StarCoder_oneStep_FuzzTargets with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("bigcode/starcoder") model = PeftModel.from_pretrained(base_model, "sallywww/StarCoder_oneStep_FuzzTargets") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
77021bd | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:ac59b4a8215def070849b25780be46446aedd048d71d1cd8965d8b3e3c958f0a
size 284628602
|