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: 134 Bytes
d73ad11 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:839ea7dd2124f1301588025fbf29900eeec3e4be34c5f6dabe0c938c82b51f8c
size 284568453
|