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
#2
by perfecXion - opened
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 |
|