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