Text Generation
PEFT
Safetensors
English
cybersecurity
vulnerability-detection
secure-code
codellama
lora
qlora
code
Instructions to use Younis2003/CodeLlama_for_code_security with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Younis2003/CodeLlama_for_code_security with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("meta-llama/CodeLlama-13b-hf") model = PeftModel.from_pretrained(base_model, "Younis2003/CodeLlama_for_code_security") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -18,6 +18,8 @@ tags:
|
|
| 18 |
|
| 19 |
# CodeLlama_for_code_security
|
| 20 |
|
|
|
|
|
|
|
| 21 |
## Overview
|
| 22 |
|
| 23 |
CodeLlama_for_code_security is a **LoRA fine-tuned adapter** designed for vulnerability detection and secure code remediation.
|
|
|
|
| 18 |
|
| 19 |
# CodeLlama_for_code_security
|
| 20 |
|
| 21 |
+
<img src="https://www.cyberdaily.au/technology/9479-meta-releases-free-ai-code-writing-tool" width="700" />
|
| 22 |
+
|
| 23 |
## Overview
|
| 24 |
|
| 25 |
CodeLlama_for_code_security is a **LoRA fine-tuned adapter** designed for vulnerability detection and secure code remediation.
|