model / README.md
Basique's picture
Add README
68fc4aa verified
metadata
tags:
  - gguf
  - llama.cpp
  - unsloth

model : GGUF

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

Example usage:

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

Available Model files:

  • llama-3.2-3b-instruct.Q5_K_M.gguf
  • llama-3.2-3b-instruct.Q8_0.gguf
  • llama-3.2-3b-instruct.Q4_K_M.gguf

Ollama

An Ollama Modelfile is included for easy deployment. This was trained 2x faster with Unsloth