fklska/school-answer
020
1---2tags:3- gguf4- llama.cpp5- unsloth6 7---8 9# school-answer : GGUF10 11This model was finetuned and converted to GGUF format using [Unsloth](https://github.com/unslothai/unsloth).12 13**Example usage**:14- For text only LLMs: `llama-cli -hf fklska/school-answer --jinja`15- For multimodal models: `llama-mtmd-cli -hf fklska/school-answer --jinja`16 17## Available Model files:18- `qwen3-4b-instruct-2507.Q4_K_M.gguf`19 20## Ollama21An Ollama Modelfile is included for easy deployment.22This was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth)23[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)24 