Instructions to use Rexe/Deci-Decicoder-1b-lora-coder with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Rexe/Deci-Decicoder-1b-lora-coder with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Deci/DeciCoder-1b") model = PeftModel.from_pretrained(base_model, "Rexe/Deci-Decicoder-1b-lora-coder") - Notebooks
- Google Colab
- Kaggle
Commit ·
7b24ea5
1
Parent(s): 6c91bf2
Librarian Bot: Add base_model information to model (#1)
Browse files- Librarian Bot: Add base_model information to model (a954d3264f8d137ab900ffd0731c981481a1a8ce)
Co-authored-by: Librarian Bot (Bot) <librarian-bot@users.noreply.huggingface.co>