Instructions to use Rexe/Deci-Decicoder-1b-qlora-coder with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Rexe/Deci-Decicoder-1b-qlora-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-qlora-coder") - Notebooks
- Google Colab
- Kaggle
Commit ·
6caf8d5
1
Parent(s): acd629d
Librarian Bot: Add base_model information to model (#1)
Browse files- Librarian Bot: Add base_model information to model (eaeb9bd8134342c8dd4112b15a4cad7c14a5460f)
Co-authored-by: Librarian Bot (Bot) <librarian-bot@users.noreply.huggingface.co>