Instructions to use msk18/finetuned-lora-code with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use msk18/finetuned-lora-code with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("bigcode/starcoderbase-1b") model = PeftModel.from_pretrained(base_model, "msk18/finetuned-lora-code") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
a8dd7af | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:3f6918da987f741bc8bfeb9505a959a438af3ccb1d273f6118b546a292f8c1f2
size 406750593
|