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