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
|
@@ -123,7 +123,7 @@ This model follows the Apache 2.0 license and respects the licensing terms of th
|
|
| 123 |
|
| 124 |
### Author
|
| 125 |
|
| 126 |
-
Developed by Younis Alshibli as part of an AI research project focusing on:
|
| 127 |
|
| 128 |
AI-driven vulnerability detection
|
| 129 |
|
|
|
|
| 123 |
|
| 124 |
### Author
|
| 125 |
|
| 126 |
+
Developed by **Younis Alshibli** as part of an AI research project focusing on:
|
| 127 |
|
| 128 |
AI-driven vulnerability detection
|
| 129 |
|