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