Text Generation
PEFT
TensorBoard
Safetensors
code
securecode
security
owasp
code-generation
secure-coding
lora
qlora
vulnerability-detection
cybersecurity
conversational
Instructions to use scthornton/starcoder2-15b-securecode with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use scthornton/starcoder2-15b-securecode with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("bigcode/starcoder2-15b-instruct-v0.1") model = PeftModel.from_pretrained(base_model, "scthornton/starcoder2-15b-securecode") - Notebooks
- Google Colab
- Kaggle
Add paper citation and comprehensive model card
Browse files
README.md
CHANGED
|
@@ -29,7 +29,7 @@ arxiv: 2512.18542
|
|
| 29 |
|
| 30 |
**The most powerful multi-language security model - 600+ programming languages**
|
| 31 |
|
| 32 |
-
[๐ค Model Card](https://huggingface.co/scthornton/starcoder2-15b-securecode) | [๐ Dataset](https://huggingface.co/datasets/scthornton/securecode-v2) | [๐ป perfecXion.ai](https://perfecxion.ai)
|
| 33 |
|
| 34 |
</div>
|
| 35 |
|
|
|
|
| 29 |
|
| 30 |
**The most powerful multi-language security model - 600+ programming languages**
|
| 31 |
|
| 32 |
+
[๐ Paper](https://arxiv.org/abs/2512.18542) | [๐ค Model Card](https://huggingface.co/scthornton/starcoder2-15b-securecode) | [๐ Dataset](https://huggingface.co/datasets/scthornton/securecode-v2) | [๐ป perfecXion.ai](https://perfecxion.ai)
|
| 33 |
|
| 34 |
</div>
|
| 35 |
|