Instructions to use bdice/peft-lora-starcoder15B-rapids-copilot with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use bdice/peft-lora-starcoder15B-rapids-copilot with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("bigcode/starcoder") model = PeftModel.from_pretrained(base_model, "bdice/peft-lora-starcoder15B-rapids-copilot") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
04e3af9 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:a2658a22ab444e156af38b8f6d7b52728fa9ef403187db5a21259de9654f8ada
size 4728
|