Instructions to use albertodugo/starcoder2-3b_fineTunedLoRA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use albertodugo/starcoder2-3b_fineTunedLoRA with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("bigcode/starcoder2-3b") model = PeftModel.from_pretrained(base_model, "albertodugo/starcoder2-3b_fineTunedLoRA") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
540482c | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:5dd7a34227ad3f96464ff04945e46553c01a55f5d735f65d0917f58a0c287682
size 5048
|