Transformers
Safetensors
cybersecurity
vulnerability-detection
code-security
qwen2.5-coder
security
cwe
static-analysis
Instructions to use Muneerali199/rakshak-cwe-v3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Muneerali199/rakshak-cwe-v3 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Muneerali199/rakshak-cwe-v3", device_map="auto") - Notebooks
- Google Colab
- Kaggle
RakshakAI v3 (रक्षक AI)
Security-specialized fine-tune of Qwen2.5-Coder-7B-Instruct for vulnerability detection, CWE classification, and secure fix generation.
Fine-tuned with QLoRA on 80K curated CWE samples across 13 programming languages. Produces structured 9-field security reports.
Usage
from transformers import AutoModelForCausalLM, AutoTokenizer
model = AutoModelForCausalLM.from_pretrained("Muneerali199/rakshak-cwe-v3", device_map="auto")
tokenizer = AutoTokenizer.from_pretrained("Muneerali199/rakshak-cwe-v3")
Limitations
- 4-bit QLoRA adapter (requires base Qwen2.5-Coder-7B-Instruct)
- 2048 token context window
- Best for Python, C, C++ (weaker on Ruby, Swift, Kotlin)
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support