Views
No views yet
| Category | Score |
|---|---|
| Single tool calls | 27/27 |
| Conversational (no tool) | 10/10 |
| Multi-turn chains | 28/29 |
| Argument formatting | 17/19 |
1# Download the GGUF and create a Modelfile:
2# Modelfile contents:
3# FROM caal-qwen3.5-2b-q4.gguf
4# RENDERER qwen3.5
5# PARSER qwen3.5
6# PARAMETER temperature 0.1
7# PARAMETER num_ctx 16384
8
9ollama create caal-qwen35-2b -f Modelfile