Text Generation
PEFT
Safetensors
code
English
security
cybersecurity
secure-coding
ai-security
owasp
code-generation
qlora
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
Add paper citation and comprehensive model card
#2
by perfecXion - opened
README.md
CHANGED
|
@@ -28,7 +28,7 @@ arxiv: 2512.18542
|
|
| 28 |
|
| 29 |
**Enterprise-grade code security - powerful reasoning with production efficiency**
|
| 30 |
|
| 31 |
-
[π€ Model Card](https://huggingface.co/scthornton/qwen2.5-coder-14b-securecode) | [π Dataset](https://huggingface.co/datasets/scthornton/securecode-v2) | [π» perfecXion.ai](https://perfecxion.ai)
|
| 32 |
|
| 33 |
</div>
|
| 34 |
|
|
|
|
| 28 |
|
| 29 |
**Enterprise-grade code security - powerful reasoning with production efficiency**
|
| 30 |
|
| 31 |
+
[π Paper](https://arxiv.org/abs/2512.18542) | [π€ Model Card](https://huggingface.co/scthornton/qwen2.5-coder-14b-securecode) | [π Dataset](https://huggingface.co/datasets/scthornton/securecode-v2) | [π» perfecXion.ai](https://perfecxion.ai)
|
| 32 |
|
| 33 |
</div>
|
| 34 |
|