Instructions to use Rayabharapu/starcoder2-04 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Rayabharapu/starcoder2-04 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-04") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
5a3c5df | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:22f378732158c9e222ab88ffb51281fdd6cd33020e75b836cea0c71a85b80389
size 5368
|