Instructions to use dugoalberto/starcoderbase_1b_LoRA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use dugoalberto/starcoderbase_1b_LoRA with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("bigcode/starcoderbase-1b") model = PeftModel.from_pretrained(base_model, "dugoalberto/starcoderbase_1b_LoRA") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
17974de | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:82da95055b55ea40855105f62c47dfb6ce566b58cb5d45b4e809446cb7d112dc
size 5112
|