GraySoft
Projects Models Compare Cloud benchmarks FAQ Download guIDE →
Model Intelligence Sheet

Dhptl/phi-1_5-GGUF overview

<div align="center" phi 1 5 — GGUF Quantizations Model on HF https://img.shields.io/badge/šŸ¤— Model on HuggingFace yellow https://huggingface.co/Dhptl/phi 1 5 G…

transformersggufnlpregion:uslicense:mitsafetensorscodetext-generationarxiv:2309.05463deploy:azuretext-generation-inferencephienquantizedbase_model:microsoft/phi-1_5base_model:quantized:microsoft/phi-1_5endpoints_compatible

Runs locally from ~555.3 MB disk (4 GB VRAM class GPUs with llama.cpp / guIDE).

Downloads
0
Likes
0
Pipeline
text-generation
Author

Repository Files & Downloads

10 GGUF files detected
Direct downloads for local inference
FileTypeQuantizationSizeLink
phi-1_5-Q2_K.ggufGGUFQ2_K555.3 MBDownload
phi-1_5-Q3_K_L.ggufGGUFQ3_K_L772.5 MBDownload
phi-1_5-Q3_K_M.ggufGGUFQ3_K_M703.5 MBDownload
phi-1_5-Q3_K_S.ggufGGUFQ3_K_S624.0 MBDownload
phi-1_5-Q4_K_M.ggufGGUFQ4_K_M852.2 MBDownload
phi-1_5-Q4_K_S.ggufGGUFQ4_K_S798.3 MBDownload
phi-1_5-Q5_K_M.ggufGGUFQ5_K_M978.7 MBDownload
phi-1_5-Q5_K_S.ggufGGUFQ5_K_S946.8 MBDownload
phi-1_5-Q6_K.ggufGGUFQ6_K1.09 GBDownload
phi-1_5-Q8_0.ggufGGUFQ8_01.41 GBDownload

Model Details

Model IDDhptl/phi-1_5-GGUF
AuthorDhptl
Pipelinetext-generation
Licensemit
Base modelmicrosoft/phi-1_5
Last modified2026-06-18T09:17:04.000Z

Model README

---

license: mit

base_model: microsoft/phi-1_5

pipeline_tag: text-generation

tags:

- nlp

- region:us

- transformers

- license:mit

- safetensors

- code

- text-generation

- arxiv:2309.05463

- deploy:azure

- text-generation-inference

- phi

- gguf

- en

- quantized

language:

- en

---

<div align="center">

phi-1_5 — GGUF Quantizations

![Model on HF](https://huggingface.co/Dhptl/phi-1_5-GGUF)

![Original Model](https://huggingface.co/microsoft/phi-1_5)

![quant-kit](https://github.com/DhruvalPtl/quant-kit)

Quantized GGUF versions of microsoft/phi-1_5

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-1_5-Q2_K.gguf | 0.54 GB | ~2.0 GB | Q2_K | ⭐ | Extreme compression, significant quality loss. |

| phi-1_5-Q3_K_L.gguf | 0.75 GB | ~2.3 GB | Q3_K_L | ⭐⭐⭐ | Slightly better than Q3_K_M, still a compromise. |

| phi-1_5-Q3_K_M.gguf | 0.69 GB | ~2.2 GB | Q3_K_M | ⭐⭐⭐ | Very small file. Quality drop noticeable. |

| phi-1_5-Q3_K_S.gguf | 0.61 GB | ~2.1 GB | Q3_K_S | ⭐⭐ | Very high compression, high quality loss. |

| phi-1_5-Q4_K_M.gguf | 0.83 GB | ~2.3 GB | Q4_K_M āœ… Recommended | ⭐⭐⭐⭐ | Best balance of size and quality. Recommended for most users. |

| phi-1_5-Q4_K_S.gguf | 0.78 GB | ~2.3 GB | Q4_K_S | ⭐⭐⭐½ | Good speed/size balance, slight quality loss. |

| phi-1_5-Q5_K_M.gguf | 0.96 GB | ~2.5 GB | Q5_K_M | ⭐⭐⭐⭐½ | Better quality than Q4, slightly larger. Great if you have the RAM. |

| phi-1_5-Q5_K_S.gguf | 0.92 GB | ~2.4 GB | Q5_K_S | ⭐⭐⭐⭐ | Large but accurate. |

| phi-1_5-Q6_K.gguf | 1.09 GB | ~2.6 GB | Q6_K | ⭐⭐⭐⭐⭐ | Near-perfect quality, very large. |

| phi-1_5-Q8_0.gguf | 1.41 GB | ~2.9 GB | Q8_0 | ⭐⭐⭐⭐⭐ | Closest to original quality. Use when RAM is not a concern. |

šŸ’” Which file should I download?

  • Most users: phi-1_5-Q4_K_M.gguf — best balance of size and quality
  • High RAM (32GB+): phi-1_5-Q8_0.gguf — near-original quality
  • Low RAM (8GB): phi-1_5-Q3_K_M.gguf — fits in 8GB with room to spare

---

⚔ Speed Benchmarks

Run python benchmark.py --model phi-1_5 to generate speed results.

---

🧠 Quality Benchmarks

Run kaggle_bench.ipynb on Kaggle to benchmark this model.

---

šŸš€ How to Use

Ollama

ollama run dhptl/phi-1_5

LM Studio / Jan / Open WebUI

Search for Dhptl/phi-1_5 in the model browser.

llama.cpp CLI

# Download the binary from https://github.com/ggerganov/llama.cpp/releases
./llama-cli \
  -m phi-1_5-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-1_5-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-1_5-GGUF with guIDE

Download guIDE — the AI-native code editor with local LLM inference and 69 built-in tools.

Download guIDE → Ā· Browse 524k+ models Ā· Compare models

Source: Hugging Face Ā· Compare models