179 Downloads Updated 1 week ago
ollama run luisppb16/gemma4-e4b-SecOps
Updated 1 week ago
1 week ago
f6f7c9d6cc4d · 5.3GB ·
Fine-tuned cybersecurity expert based on Gemma 4 E4B — specialized in offensive and defensive security analysis.
gemma4-e4b-SecOps is a fine-tuned version of Google’s Gemma 4 E4B (4B parameters) trained with LoRA on a curated dataset of real-world security vulnerabilities, secure code review, and insecure code remediation.
It responds as a senior cybersecurity expert, covering both offensive and defensive security domains.
Every response follows a structured expert format:
ollama run luisppb16/gemma4-e4b-SecOps
Analyze this Java code and identify all security vulnerabilities:
public String getUser(String id) {
String query = "SELECT * FROM users WHERE id=" + id;
return db.execute(query);
}
| Property | Value |
|---|---|
| Base model | unsloth/gemma-4-e4b-it |
| Parameters | 4B |
| Quantization | Q4_K_M |
| Fine-tuning method | LoRA (r=16, alpha=16) |
| Context window | 128K tokens |
| Framework | Unsloth + TRL |
| Language | Spanish / English |
| Domain | Coverage |
|---|---|
| Web Application Security | OWASP Top 10, SQL Injection, XSS, CSRF, Path Traversal |
| Java Secure Coding | PreparedStatement, input validation, secrets management |
| Infrastructure Security | Networks, containers, cloud (AWS/Azure/GCP) |
| Compliance | ISO 27001, NIST CSF, GDPR, ENS |
| Offensive Security | Pentesting methodology, OSCP/CEH techniques |
| Forensics & Malware | Incident response, malware analysis |
Based on Gemma — subject to Google’s Gemma Terms of Use.