247 Downloads Updated 6 months ago
Updated 6 months ago
6 months ago
bb67481ae05e · 4.9GB
The IBM Granite 8B model is an early release of an 8B long-context model fine-tuned for enhanced reasoning (thinking) capabilities. It has been trained using a mix of permissively licensed open-source datasets and internally generated synthetic data designed for reasoning tasks. The model allows controllability of its thinking capability, ensuring it is applied only when required.
8B:
ollama run gabegoodhart/granite3.2-preview
English, German, Spanish, French, Japanese, Portuguese, Arabic, Czech, Italian, Korean, Dutch, and Chinese.
Generation:
To enable thinking, add a message with "role": "control"
and set "content"
to "thinking"
. For example:
{
"messages": [
{"role": "control", "content": "thinking"},
{"role": "user", "content": "How do I get to the airport if my car won't start?"}
]
}