Instructions to use ravindraog/sentinel-coder-qlora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use ravindraog/sentinel-coder-qlora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2.5-Coder-1.5B-Instruct") model = PeftModel.from_pretrained(base_model, "ravindraog/sentinel-coder-qlora") - Notebooks
- Google Colab
- Kaggle
File too large to display, you can check the raw version instead.