CoolFace
Modelpublic

PollardWeights/K2-Horizon-0.9B-Pollard

sourceHugging Faceapache-2.0updated 15d agoView on Hugging Face
6likes490downloads
Model Card

K2-Horizon-0.9B — Pollard

### Pollard shrank this model: 2.16 GB (f16) → 0.57 GB — 74% smaller, 3.8× down. The smallest rung here; larger, higher-fidelity rungs are listed below. | format | this model's size | |---|---:| | f16 | 2.16 GB | | Q80 | ~1.14 GB | | Q6K | ~0.89 GB | | Q4KM | ~0.63 GB | | PollardMix (this repo's IQ3_S) | 0.57 GB |

Pollard builds of IFM/K2-Horizon-0.9B made with Pollard Weights — a ladder of measured-allocation quants (bits placed by per-layer sensitivity, not a uniform crush).

These files need [the MBZUAI-IFM llama.cpp fork](https://github.com/MBZUAI-IFM/llama.cpp). This model's architecture (k2-horizon) is not one upstream llama.cpp knows, so stock llama.cpp -- and therefore Ollama and LM Studio -- cannot load them whatever the quant types are. The quants themselves are ordinary K-quants.

Model details

Parameter count~1.1B
Architecturek2_horizon
Input supporttext
imatrixno
Perplexity measuredyes — table below

Which file should I choose?

Every rung is the same weights, sized to a different RAM budget by the measured allocation. Pick the largest one that fits your machine with room for context:

  • —~3 GB RAM / VRAM → `Q6_K` (0.89 GB). (needs the MBZUAI-IFM llama.cpp fork) near-lossless
  • —~3 GB RAM / VRAM → `Q5_K_M` (0.73 GB). (needs the MBZUAI-IFM llama.cpp fork) recommended default
  • —~3 GB RAM / VRAM → `IQ3_S` (0.57 GB). (needs the MBZUAI-IFM llama.cpp fork) smallest

Available files (wikitext-2 test, ctx 512)

f16 reference PPL 13.01...

filePPLsizeMean KLDnotes
K2-Horizon-0.9B-Pollard-IQ3_S.gguf14.500.57 GB—smallest
K2-Horizon-0.9B-Pollard-Q5_K_M.gguf13.270.73 GB—recommended default
K2-Horizon-0.9B-Pollard-Q6_K.gguf13.050.89 GB—near-lossless

Measured notes

f16 reference PPL 13.01.

Measured notes

f16 reference PPL 13.01..

Download a specific file

bash
pip install -U "huggingface_hub[cli]"
hf download PollardWeights/K2-Horizon-0.9B-Pollard \
  --include "K2-Horizon-0.9B-Pollard-Q5_K_M.gguf" --local-dir ./

How to run

This model's architecture (k2-horizon) needs the MBZUAI-IFM llama.cpp fork, so every file here runs there:

bash
llama-cli    -m K2-Horizon-0.9B-Pollard-Q5_K_M.gguf -ngl 99 -p "Explain why the sky is blue."
llama-server -m K2-Horizon-0.9B-Pollard-Q5_K_M.gguf -ngl 99

No rung in this repo loads in stock llama.cpp, so Ollama and LM Studio cannot run these files.

ARM / AVX

llama.cpp repacks weights into an interleaved layout at load time for faster inference on ARM and AVX machines — no special file needed, online repacking covers these quants. The old Q4_0_4_4/4_8/8_8 variants are not required.

Errata

  • —general.architecture is k2-horizon, which upstream llama.cpp does not implement, so these files load only in the MBZUAI-IFM llama.cpp fork — the quant types are ordinary and irrelevant to that. Checked with pollard-ggufcheck, which reads the architecture and the tensor types out of the header.
  • —Measured allocation places bits by per-layer sensitivity under a size budget.
  • —Single machine; replication invited.

Credits & license

Built with [Pollard Weights](https://github.com/WestWaters/pollard-weights) — frontier models, small hardware, no compromise.