Views
No views yet
| File | Size | Notes |
|---|---|---|
legal-27b.Q4_K_M.gguf | 16 GB | text model, Q4_K_M |
legal-27b-mmproj.gguf | 0.9 GB | vision projector (required for image input) |
# Modelfile
FROM ./legal-27b.Q4_K_M.gguf
FROM ./legal-27b-mmproj.gguf
RENDERER qwen3.5
PARSER qwen3.5
PARAMETER temperature 1
PARAMETER top_k 20
PARAMETER top_p 0.95
ollama create legal-27b -f Modelfile
ollama run legal-27bRENDERER/PARSER qwen3.5 lines matter: they enable Ollama's built-in chat template and
tool-call/thinking parsing for the Qwen3.5/3.6 family.