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: 134 Bytes
6695e42 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:c8fe4084ae2efade499fce3fc2f6eae5771f99586917f5c3cdff2f4ca6f783de
size 826822552
|