Text Generation
PEFT
TensorBoard
Safetensors
code
English
security
cybersecurity
secure-coding
ai-security
owasp
code-generation
qlora
lora
fine-tuned
securecode
conversational
Instructions to use scthornton/codellama-13b-securecode with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use scthornton/codellama-13b-securecode with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("codellama/CodeLlama-13b-Instruct-hf") model = PeftModel.from_pretrained(base_model, "scthornton/codellama-13b-securecode") - Notebooks
- Google Colab
- Kaggle
Add paper citation and comprehensive model card
#2
by perfecXion - opened
README.md
CHANGED
|
@@ -29,7 +29,7 @@ arxiv: 2512.18542
|
|
| 29 |
|
| 30 |
**Meta's trusted code model enhanced with security expertise - enterprise-ready**
|
| 31 |
|
| 32 |
-
[π€ Model Card](https://huggingface.co/scthornton/codellama-13b-securecode) | [π Dataset](https://huggingface.co/datasets/scthornton/securecode-v2) | [π» perfecXion.ai](https://perfecxion.ai)
|
| 33 |
|
| 34 |
</div>
|
| 35 |
|
|
|
|
| 29 |
|
| 30 |
**Meta's trusted code model enhanced with security expertise - enterprise-ready**
|
| 31 |
|
| 32 |
+
[π Paper](https://arxiv.org/abs/2512.18542) | [π€ Model Card](https://huggingface.co/scthornton/codellama-13b-securecode) | [π Dataset](https://huggingface.co/datasets/scthornton/securecode-v2) | [π» perfecXion.ai](https://perfecxion.ai)
|
| 33 |
|
| 34 |
</div>
|
| 35 |
|