DrunkCoder's picture
Add README
2169fb0 verified
metadata
tags:
  - gguf
  - llama.cpp
  - unsloth

ash-gemma-finetune-gguf : GGUF

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

Example usage:

  • For text only LLMs: ./llama.cpp/llama-cli -hf DrunkCoder/ash-gemma-finetune-gguf --jinja
  • For multimodal models: ./llama.cpp/llama-mtmd-cli -hf DrunkCoder/ash-gemma-finetune-gguf --jinja

Available Model files:

  • gemma-3-270m-it.F16.gguf

Ollama

An Ollama Modelfile is included for easy deployment.

Note

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