34 Downloads Updated 4 months ago
aquif-3.0 Preview 2 is the second iteration of the aquif-3.0 model, bringing major advancements in reasoning and accuracy. This release introduces thinking mode, a novel capability that unlocks up to 10% overall improvement by simply sending a control message, along with a bigger 128 thousand token context window, up from 16,364.
aquif-3.0-preview-2
control
message)To enable enhanced reasoning, send the following message before your prompt:
{
"role": "control",
"content": "thinking"
}
This activates a mode that performs deeper internal chain-of-thought reasoning.
aquif-3.0 Preview 2 shows strong gains over Preview 1, and the preview-2-thinking variant outperforms other open-weight 8B models across multiple benchmarks:
Benchmark | preview-1 | preview-2 | preview-2 (Thinking) | preview-8b |
---|---|---|---|---|
HumanEval | 69 | 80 | 82 | 89 |
GSM8K | 70 | 73 | 76 | 82 |
IFEval | 62 | 66 | 72 | — |
MATH-500 | 36 | 59 | 64 | — |
MMLU | 57 | 56 | 60 | 67 |
*These are estimated results. The model’s final version is releasing later this year.
To run via Ollama:
ollama run aquiffoo/aquif-3.0-preview-2
To enable thinking mode:
ollama run aquiffoo/aquif-3.0-preview-2
Then, send this message before any user prompt:
{ "role": "control", "content": "thinking" }