Views
No views yet
| File | Quant | Size | Notes |
|---|---|---|---|
model-Q4_K_M.gguf | Q4_K_M | ~4.4 GB | Recommended default |
model-Q5_K_M.gguf | Q5_K_M | ~5.1 GB | Better quality |
model-Q8_0.gguf | Q8_0 | ~7.2 GB | Near-lossless |
mistral:7b, the FP16 fine-tune, and the Q8 quantization from this repo — judged by Claude against a frozen rubric (4 sub-dimensions + holistic overall, 0–5). Full report: model-comparison_2026-06-16.html.| Rank | Model | Mean overall | factual_accuracy | completeness | Median latency |
|---|---|---|---|---|---|
| 1 | mistral-insurance-fr (FP16) | 3.66 | 3.64 | 3.74 | 5.94 s |
| 2 | mistral-insurance-fr-gguf-q8 (this repo) | 2.94 | 3.28 | 2.98 | 3.07 s |
| 3 | mistral:7b (base) | 1.40 | 1.44 | 2.00 | 8.72 s |
mistral:7b ranks last on every domain dimension despite winning raw french_quality (4.76 vs 4.34) — fluent French paired with hallucinated insurance facts (factual_accuracy 1.44 / 5). Pick Q8 when local speed and footprint matter; pick the FP16 model when you want every accuracy point.1ollama create insurance-mistral -f Modelfile
2ollama run insurance-mistralllama-cli -m model-Q4_K_M.gguf -p "..."