# Ollama Modelfile for gemma4-e4b-nothink (GGUF) # # Reproduces the local `gemma4:e4b-nothink` recipe. The "nothink" variant # disables chat templating (raw prompt passthrough), so the model never # emits hidden reasoning / blocks — useful for deterministic # completion-style and tool-controlled prompting. # # Usage after pulling the GGUF from this HF repo: # ollama create gemma4:e4b-nothink -f Modelfile FROM ./gemma4-e4b-nothink.Q4_K_M.gguf TEMPLATE {{ .Prompt }} RENDERER gemma4 PARSER passthrough PARAMETER temperature 0.1 PARAMETER top_k 64 PARAMETER top_p 0.95