24 1 month ago

tools thinking
ollama run baytout3/gemma4-v2:q8_0

Details

1 month ago

c2f1003f8595 Β· 13GB Β·

gemma4
Β·
11.9B
Β·
Q8_0
{ "stop": [ "<turn|>" ] }

Readme

πŸ€– Gemma-4-12B Agentic Coder (v2) β€” GGUF

This collection hosts highly optimized GGUF formats of the fine-tuned Gemma-4-12B-it model, tailored specifically for local coding assistance and autonomous multi-step agent workflows.

The primary goal of this fine-tune is to bridge the gap between heavy cloud models and consumer-grade hardware. It has been strictly optimized to excel at tool-use, complex multi-step reasoning, and terminal-based task execution while remaining lightweight enough to run locally.

πŸ“š What’s new in v2 (training)

v2 builds on the v1 coder by introducing an updated agentic workflow:

  • πŸ› οΈ Agentic / terminal β€” Multi-step tool-use trajectories (read β†’ reason β†’ act β†’ verify) utilizing the native tool protocol. This update addresses the single-step limitation observed in the previous version.
  • πŸ’» Coding β€” Verified chain-of-thought (CoT) processing for Python tasks, requiring passing test results, supplemented by the Fable-5-redo dataset for more complex cases.
  • πŸ“š General β€” A selected subset of reasoning and instruction data designed to maintain general competence.

The reasoning model utilizes distilled CoT, with traces reconstructed using the specified workflows.


πŸ“¦ Quantization Details (GGUF)

We offer several quantization levels to accommodate different hardware constraints.

Quantization File Size Recommended Deployment
Q3_K_M ~6.1 GB Suitable for systems with 8 GB VRAM / Unified Memory.
Q4_K_M ~7.4 GB Recommended: Best balance of speed and generation quality.
Q6_K ~9.8 GB Near-lossless representation of the full model.
Q8_0 ~13.0 GB Recommended for high-precision local server deployments (requires 16GB+ VRAM).

πŸ“ Base Model & Licensing