Text Generation
PEFT
Safetensors
code
English
security
cybersecurity
secure-coding
ai-security
owasp
code-generation
lora
fine-tuned
securecode
conversational
Instructions to use scthornton/qwen2.5-coder-14b-securecode with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use scthornton/qwen2.5-coder-14b-securecode with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2.5-Coder-14B-Instruct") model = PeftModel.from_pretrained(base_model, "scthornton/qwen2.5-coder-14b-securecode") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
9f9700b | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:b72b77faf8d6303a809248a6461199bc5c98ec7c07e6b444dec75cf3065c7547
size 5905
|