17 Downloads Updated yesterday
ollama run goekdenizguelmez/JOSIE-2:2b-q4_k_m
Updated yesterday
yesterday
dd6f118ad440 · 1.7GB ·
Reasoning-first language models for Ollama.
JOSIE-2 is a family of reasoning-focused language models available in 2B, 4B, and 9B parameter sizes.
The family explores a simple research question:
Can a capable language model become substantially more capable by learning how to reason, rather than simply learning more facts?
JOSIE-2 was trained using a multi-phase, multi-model synthetic dataset creation pipeline. Multiple models were used across generation, refinement, validation, and curation stages to produce millions of reasoning tokens for training.
Across the completed evaluations:
ollama run goekdenizguelmez/JOSIE-2:2b-q4_k_m
ollama run goekdenizguelmez/JOSIE-2:2b-q5_k_m
ollama run goekdenizguelmez/JOSIE-2:2b-q6_k
ollama run goekdenizguelmez/JOSIE-2:2b-q8_k
ollama run goekdenizguelmez/JOSIE-2:2b-fp16
ollama run goekdenizguelmez/JOSIE-2:4b-q4_k_m
ollama run goekdenizguelmez/JOSIE-2:4b-q5_k_m
ollama run goekdenizguelmez/JOSIE-2:4b-q6_k
ollama run goekdenizguelmez/JOSIE-2:4b-q8_k
ollama run goekdenizguelmez/JOSIE-2:4b-fp16
The default latest tag points to the 9B release.
ollama run goekdenizguelmez/JOSIE-2:latest
ollama run goekdenizguelmez/JOSIE-2:9b-q4_k_m
ollama run goekdenizguelmez/JOSIE-2:9b-q5_k_m
ollama run goekdenizguelmez/JOSIE-2:9b-q6_k
ollama run goekdenizguelmez/JOSIE-2:9b-q8_k
ollama run goekdenizguelmez/JOSIE-2:9b-fp16
| Quantization | Recommended use |
|---|---|
q4_k_m |
Best balance of memory use, speed, and quality |
q5_k_m |
Higher quality with moderate memory usage |
q6_k |
Near-full quality with a larger memory footprint |
q8_k |
High-fidelity quantized inference |
fp16 |
Maximum fidelity and highest memory usage |
The training dataset was intentionally curated to encourage the models to:
One unexpected emergent behavior is JOSIE-2’s internal reasoning style.
During reasoning, the model may occasionally swear, use sarcasm, criticize an obviously flawed assumption, or roast the user when a prompt is vague or missing necessary context. This behavior was not explicitly included as a training objective.
It emerged because stylistic expression in the reasoning process was not heavily restricted or optimized away.
All model sizes and quantized variants are available in the JOSIE-2 Hugging Face collection:
https://huggingface.co/collections/Goekdeniz-Guelmez/josie-2
Independent evaluations, benchmark reproductions, bug reports, and community feedback are welcome.