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: 131 Bytes
c901f39 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:3807a661376630ab7d298a41f61851b1be92e01e9f1e24c81d83b41bf94c5596
size 339851
|