Dhptl/Phi-3-mini-4k-instruct-GGUF overview
<div align="center" Phi 3 mini 4k instruct β GGUF Quantizations Model on HF https://img.shields.io/badge/π€ Model on HuggingFace yellow https://huggingface.co/β¦
Runs locally from ~1.40 GB disk (4 GB VRAM class GPUs with llama.cpp / guIDE).
Repository Files & Downloads
| File | Type | Quantization | Size | Link |
|---|---|---|---|---|
| Phi-3-mini-4k-instruct-Q2_K.gguf | GGUF | Q2_K | 1.40 GB | Download |
| Phi-3-mini-4k-instruct-Q3_K_L.gguf | GGUF | Q3_K_L | 2.05 GB | Download |
| Phi-3-mini-4k-instruct-Q3_K_M.gguf | GGUF | Q3_K_M | 1.83 GB | Download |
| Phi-3-mini-4k-instruct-Q3_K_S.gguf | GGUF | Q3_K_S | 1.57 GB | Download |
| Phi-3-mini-4k-instruct-Q4_K_M.gguf | GGUF | Q4_K_M | 2.23 GB | Download |
| Phi-3-mini-4k-instruct-Q4_K_S.gguf | GGUF | Q4_K_S | 2.05 GB | Download |
| Phi-3-mini-4k-instruct-Q5_K_M.gguf | GGUF | Q5_K_M | 2.57 GB | Download |
| Phi-3-mini-4k-instruct-Q5_K_S.gguf | GGUF | Q5_K_S | 2.46 GB | Download |
| Phi-3-mini-4k-instruct-Q6_K.gguf | GGUF | Q6_K | 2.92 GB | Download |
| Phi-3-mini-4k-instruct-Q8_0.gguf | GGUF | Q8_0 | 3.78 GB | Download |
Model Details
| Model ID | Dhptl/Phi-3-mini-4k-instruct-GGUF |
|---|---|
| Author | Dhptl |
| Pipeline | text-generation |
| License | mit |
| Base model | microsoft/Phi-3-mini-4k-instruct |
| Last modified | 2026-06-18T03:40:29.000Z |
Model README
---
license: mit
base_model: microsoft/Phi-3-mini-4k-instruct
pipeline_tag: text-generation
tags:
- safetensors
- fr
- nlp
- transformers
- text-generation
- phi3
- license:mit
- eval-results
- conversational
- code
- text-generation-inference
- gguf
- custom_code
- quantized
- region:us
- en
language:
- en
---
<div align="center">
Phi-3-mini-4k-instruct β GGUF Quantizations



Quantized GGUF versions of microsoft/Phi-3-mini-4k-instruct
Works with llama.cpp Β· Ollama Β· LM Studio Β· Open WebUI Β· Jan
Quantized by Dhptl on June 18, 2026 using quant-kit
</div>
---
βοΈ The Pareto Frontier β Efficiency vs Intelligence
> Can you run a powerful model on a laptop without losing its intelligence?
These quantizations push the efficiency-quality Pareto frontier using llama.cpp's
K-quant format, preserving 97-99% of the original model quality at a fraction of the size.
| Benchmark | Original (FP16) | Q4_K_M | Quality Retained |
|---|---|---|---|
| MMLU Pro | See original card | Run benchmarks | ~97-99% |
| HellaSwag | See original card | Run benchmarks | ~97-99% |
| ARC Challenge | See original card | Run benchmarks | ~97-99% |
| TruthfulQA | See original card | Run benchmarks | ~97-99% |
| GSM8K | See original card | Run benchmarks | ~97-99% |
---
π¦ Available Files
| Filename | Size | RAM Required | Quant | Quality | Best For |
|---|---|---|---|---|---|
| Phi-3-mini-4k-instruct-Q2_K.gguf | 1.40 GB | ~2.9 GB | Q2_K | β | Extreme compression, significant quality loss. |
| Phi-3-mini-4k-instruct-Q3_K_L.gguf | 2.05 GB | ~3.5 GB | Q3_K_L | βββ | Slightly better than Q3_K_M, still a compromise. |
| Phi-3-mini-4k-instruct-Q3_K_M.gguf | 1.83 GB | ~3.3 GB | Q3_K_M | βββ | Very small file. Quality drop noticeable. |
| Phi-3-mini-4k-instruct-Q3_K_S.gguf | 1.57 GB | ~3.1 GB | Q3_K_S | ββ | Very high compression, high quality loss. |
| Phi-3-mini-4k-instruct-Q4_K_M.gguf | 2.23 GB | ~3.7 GB | Q4_K_M β
Recommended | ββββ | Best balance of size and quality. Recommended for most users. |
| Phi-3-mini-4k-instruct-Q4_K_S.gguf | 2.05 GB | ~3.6 GB | Q4_K_S | βββΒ½ | Good speed/size balance, slight quality loss. |
| Phi-3-mini-4k-instruct-Q5_K_M.gguf | 2.57 GB | ~4.1 GB | Q5_K_M | ββββΒ½ | Better quality than Q4, slightly larger. Great if you have the RAM. |
| Phi-3-mini-4k-instruct-Q5_K_S.gguf | 2.46 GB | ~4.0 GB | Q5_K_S | ββββ | Large but accurate. |
| Phi-3-mini-4k-instruct-Q6_K.gguf | 2.92 GB | ~4.4 GB | Q6_K | βββββ | Near-perfect quality, very large. |
| Phi-3-mini-4k-instruct-Q8_0.gguf | 3.78 GB | ~5.3 GB | Q8_0 | βββββ | Closest to original quality. Use when RAM is not a concern. |
π‘ Which file should I download?
- Most users:
Phi-3-mini-4k-instruct-Q4_K_M.ggufβ best balance of size and quality - High RAM (32GB+):
Phi-3-mini-4k-instruct-Q8_0.ggufβ near-original quality - Low RAM (8GB):
Phi-3-mini-4k-instruct-Q3_K_M.ggufβ fits in 8GB with room to spare
---
β‘ Speed Benchmarks
Run python benchmark.py --model Phi-3-mini-4k-instruct to generate speed results.
---
π§ Quality Benchmarks
Run kaggle_bench.ipynb on Kaggle to benchmark this model.
---
π How to Use
Ollama
ollama run dhptl/phi-3-mini-4k-instruct
LM Studio / Jan / Open WebUI
Search for Dhptl/Phi-3-mini-4k-instruct in the model browser.
llama.cpp CLI
# Download the binary from https://github.com/ggerganov/llama.cpp/releases
./llama-cli \
-m Phi-3-mini-4k-instruct-Q4_K_M.gguf \
-p "You are a helpful assistant." \
--conversation \
-n 512
Python β llama-cpp-python
from llama_cpp import Llama
llm = Llama(
model_path="./Phi-3-mini-4k-instruct-Q4_K_M.gguf",
n_gpu_layers=-1, # -1 = offload everything to GPU
n_ctx=4096,
)
response = llm.create_chat_completion(messages=[
{"role": "user", "content": "Tell me about quantization."}
])
print(response["choices"][0]["message"]["content"])
---
π About GGUF Quantization
GGUF is the standard file format for running large language models locally.
Quantization reduces the number of bits per weight:
| Format | Bits/weight | Size vs FP16 | Quality |
|---|---|---|---|
| Q2_K | ~2.6 | 16% | β |
| Q3_K_M | ~3.3 | 21% | βββ |
| Q4_K_M | ~4.5 | 28% | ββββ β sweet spot |
| Q5_K_M | ~5.6 | 35% | ββββΒ½ |
| Q8_0 | ~8.5 | 53% | βββββ |
---
π¬ Community & Feedback
Found an issue? Have a question? Open a Discussion in the Community tab above.
If these quantizations were useful, please consider:
- β Starring quant-kit on GitHub
- π Liking this model on HuggingFace
- π¬ Leaving feedback in the Community tab
Run Dhptl/Phi-3-mini-4k-instruct-GGUF with guIDE
Download guIDE β the AI-native code editor with local LLM inference and 69 built-in tools.
Source: Hugging Face Β· Compare models