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 arXiv citation (arxiv:2512.18542) to link paper (#1)
Browse files- Add arXiv citation (arxiv:2512.18542) to link paper (b7fcd73e18e0c0475d520ccfdfc4f928f6ca9879)
Co-authored-by: perfecxion.ai <perfecXion@users.noreply.huggingface.co>
README.md
CHANGED
|
@@ -15,6 +15,7 @@ language:
|
|
| 15 |
- en
|
| 16 |
library_name: transformers
|
| 17 |
pipeline_tag: text-generation
|
|
|
|
| 18 |
---
|
| 19 |
|
| 20 |
# CodeLlama 13B - SecureCode Edition
|
|
|
|
| 15 |
- en
|
| 16 |
library_name: transformers
|
| 17 |
pipeline_tag: text-generation
|
| 18 |
+
arxiv: 2512.18542
|
| 19 |
---
|
| 20 |
|
| 21 |
# CodeLlama 13B - SecureCode Edition
|