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)
Browse files- Add paper citation and comprehensive model card (246324b5d7f2e92057bf42e6954ebc0fb561ce8f)
Co-authored-by: perfecxion.ai <perfecXion@users.noreply.huggingface.co>
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 |
|