Instructions to use limernyou/starcoder-peft-conti with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use limernyou/starcoder-peft-conti with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("bigcode/starcoderbase-1b") model = PeftModel.from_pretrained(base_model, "limernyou/starcoder-peft-conti") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
c901f39 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:06e65cc13c66c2828cdb8f114dee592c488900c0a56fd072ff729fc38f989e26
size 1064
|