functiongemma-gguf / README.md
hitty28's picture
Add README
db7c7f5 verified
metadata
tags:
  - gguf
  - llama.cpp
  - unsloth

functiongemma-gguf : GGUF

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

Example usage:

  • For text only LLMs: ./llama.cpp/llama-cli -hf hitty28/functiongemma-gguf --jinja
  • For multimodal models: ./llama.cpp/llama-mtmd-cli -hf hitty28/functiongemma-gguf --jinja

Available Model files:

  • functiongemma-270m-it.Q8_0.gguf

Note

The model's BOS token behavior was adjusted for GGUF compatibility. This was trained 2x faster with Unsloth