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