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