Views
No views yet
google/gemma-4-26b-a4b-it (26B total, 4B active MoE)| File | Size | Description |
|---|---|---|
bachuntr-gemma4-26b-q4km.gguf | 16 GB | q4_k_m quantized GGUF for Ollama/llama.cpp |
lora_adapter/ | 142 MB | Raw LoRA adapter (PEFT) for further fine-tuning |
1# Download the GGUF file, then create Modelfile:
2cat > Modelfile << 'MF'
3FROM ./bachuntr-gemma4-26b-q4km.gguf
4PARAMETER temperature 0.3
5PARAMETER top_p 0.9
6PARAMETER num_ctx 8192
7SYSTEM "You are bachuntr, an expert web application security scanner. You analyze targets for vulnerabilities including authentication bypass, IDOR, SSRF, XSS, SQLi, business logic flaws, and more. You use browser automation tools to discover and verify security issues."
8MF
9
10ollama create bachuntr -f Modelfile
11ollama run bachuntr| Step | Loss | Epoch |
|---|---|---|
| 1 | 1.073 | 0.05 |
| 5 | 0.834 | 0.23 |
| 10 | 0.344 | 0.50 |
| 15 | 0.484 | 0.68 |
| 22 | 0.283 | 1.00 |
| 30 | 0.301 | 1.36 |
| 40 | 0.331 | 1.82 |
| 44 | 0.330 | 2.00 |