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