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