Text Generation
PEFT
Safetensors
English
nixpkgs
security
nix
cve
patch-generation
code
tool-calling
lora
cloudflare-workers-ai
conversational
Instructions to use odoom/nixpkgs-security-qwen-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use odoom/nixpkgs-security-qwen-lora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/Qwen2.5-Coder-32B-Instruct-bnb-4bit") model = PeftModel.from_pretrained(base_model, "odoom/nixpkgs-security-qwen-lora") - Notebooks
- Google Colab
- Kaggle
Ctrl+K