Text Generation
PEFT
Safetensors
code
securecode
security
owasp
code-generation
secure-coding
lora
qlora
vulnerability-detection
cybersecurity
conversational
Instructions to use scthornton/granite-20b-code-securecode with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use scthornton/granite-20b-code-securecode with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("ibm-granite/granite-20b-code-instruct-8k") model = PeftModel.from_pretrained(base_model, "scthornton/granite-20b-code-securecode") - Notebooks
- Google Colab
- Kaggle
Add arXiv citation (arxiv:2512.18542) to link paper
#1
by perfecXion - opened
README.md
CHANGED
|
@@ -15,6 +15,7 @@ language:
|
|
| 15 |
- en
|
| 16 |
library_name: transformers
|
| 17 |
pipeline_tag: text-generation
|
|
|
|
| 18 |
---
|
| 19 |
|
| 20 |
# IBM Granite 20B Code - SecureCode Edition
|
|
|
|
| 15 |
- en
|
| 16 |
library_name: transformers
|
| 17 |
pipeline_tag: text-generation
|
| 18 |
+
arxiv: 2512.18542
|
| 19 |
---
|
| 20 |
|
| 21 |
# IBM Granite 20B Code - SecureCode Edition
|