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: 132 Bytes
c901f39 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:488ddea956a0925e88414a20672caa84392b5dfdf67f9d99a1286fa6236f6112
size 6042612
|