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