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