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