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