my-coder-model / README.md
thewillofdee's picture
Add README
e83b2ce verified
metadata
tags:
  - gguf
  - llama.cpp
  - unsloth

my-coder-model : GGUF

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

Example usage:

  • For text only LLMs: ./llama.cpp/llama-cli -hf thewillofdee/my-coder-model --jinja
  • For multimodal models: ./llama.cpp/llama-mtmd-cli -hf thewillofdee/my-coder-model --jinja

Available Model files:

  • Meta-Llama-3.1-8B-Instruct.Q4_K_M.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