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: 127 Bytes
77021bd | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:e44ce263e6fd885f50d82ca515b9325375b43ee36ededb75acf161ce88bc2e41
size 48
|