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