Text Generation
PEFT
Safetensors
code
English
security
cybersecurity
secure-coding
ai-security
owasp
code-generation
qlora
lora
fine-tuned
securecode
conversational
Instructions to use scthornton/codegemma-7b-securecode with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use scthornton/codegemma-7b-securecode with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("google/codegemma-7b-it") model = PeftModel.from_pretrained(base_model, "scthornton/codegemma-7b-securecode") - Notebooks
- Google Colab
- Kaggle
Add paper citation and comprehensive model card (#2)
Browse files- Add paper citation and comprehensive model card (5dc2462293b84a0ce5aa46a938f3755c8d4aaf5e)
Co-authored-by: perfecxion.ai <perfecXion@users.noreply.huggingface.co>
README.md
CHANGED
|
@@ -31,7 +31,7 @@ arxiv: 2512.18542
|
|
| 31 |
|
| 32 |
Exceptional instruction following meets security awareness. Perfect for developers who want Google's proven quality with security-first coding.
|
| 33 |
|
| 34 |
-
[π€ Model Hub](https://huggingface.co/scthornton/codegemma-7b-securecode) | [π Dataset](https://huggingface.co/datasets/scthornton/securecode-v2) | [π» perfecXion.ai](https://perfecxion.ai) | [π Collection](https://huggingface.co/collections/scthornton/securecode)
|
| 35 |
|
| 36 |
</div>
|
| 37 |
|
|
|
|
| 31 |
|
| 32 |
Exceptional instruction following meets security awareness. Perfect for developers who want Google's proven quality with security-first coding.
|
| 33 |
|
| 34 |
+
[π Paper](https://arxiv.org/abs/2512.18542) | [π€ Model Hub](https://huggingface.co/scthornton/codegemma-7b-securecode) | [π Dataset](https://huggingface.co/datasets/scthornton/securecode-v2) | [π» perfecXion.ai](https://perfecxion.ai) | [π Collection](https://huggingface.co/collections/scthornton/securecode)
|
| 35 |
|
| 36 |
</div>
|
| 37 |
|