CoolFace
Modelpublic

samunder12/Gemma4-2b-DietCoke

sourceHugging Faceupdated 3mo agoView on Hugging Face
0likes34downloads
Model Card

Gemma-2b-DietCoke : GGUF

<div style="width: auto; margin-left: auto; margin-right: auto"> <img src="./dietc.png" alt="diet" style="width: 50%; min-width: 200px; display: block; margin: auto;"> </div>

This model was finetuned and converted to GGUF format using Unsloth.

Example usage:

  • For text only LLMs: llama-cli -hf samunder12/Gemma-2b-DietCoke --jinja
  • For multimodal models: llama-mtmd-cli -hf samunder12/Gemma-2b-DietCoke --jinja

Available Model files:

  • gemma-4-e2b-it.Q4_K_M.gguf
  • gemma-4-e2b-it.F16-mmproj.gguf

⚠️ Ollama Note for Vision Models

Important: Ollama currently does not support separate mmproj files for vision models.

To create an Ollama model from this vision model:

  1. 1.Place the Modelfile in the same directory as the finetuned bf16 merged model
  2. 2.Run: ollama create model_name -f ./Modelfile (Replace model_name with your desired name)

This will create a unified bf16 model that Ollama can use.