Instructions to use Sayan18/finetune_starcoder2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Sayan18/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, "Sayan18/finetune_starcoder2") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
e10f914 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:4f3cde6dcf6b2d7c1d6aced9266ec2d4548088162f258581bdff70371807736d
size 4920
|