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