ngquocvinh/K2-Horizon-7B-GGUF

🤗 Hugging Face sourcetext-generationapache-2.073 GBGGUFHF checksums availableupdated today
No torrent yet

K2-Horizon-7B GGUF

Community GGUF quantizations of IFM/K2-Horizon-7B.

☕ If this GGUF made your day easier, a coffee would make mine.
Send a coffee ☕
I build and test these releases myself. Your coffee helps keep me going.
Thank you for supporting this work.

About K2-Horizon-7B

K2-Horizon-7B is IFM's 7B-core dense K2-Horizon reasoning model. The upstream model advertises a native 524,288-token context window and supports English, Chinese, coding, reasoning, long-context, and agentic workloads. See the official model card for the upstream serving stack, prompt conventions, reasoning settings, and evaluation protocol.

Upstream K2-Horizon-7B benchmark results; image and scores are from the official model card.

This is a quantization-only release. No training, fine-tuning, merging, or weight modification other than GGUF conversion and quantization was performed.

Fidelity measurements

The table below compares each published GGUF with the BF16 reference on a held-out WikiText pilot: eight chunks from wiki.test.raw and eight chunks from wiki.valid.raw, with a 4,096-token context and the same K2 llama.cpp runtime. Values are averaged across the two splits. Lower Mean KLD, ΔPPL, and RMS Δp, and higher Top-1 agreement, indicate closer next-token behavior to BF16. The BF16 reference mean PPL was 8.118333 in this pilot.

File Mean KLD ↓ Top-1 vs BF16 ↑ ΔPPL RMS Δp
K2-Horizon-7B-Q8_0.gguf 0.002534 97.673% +0.069% 1.366%
K2-Horizon-7B-Q6_K.gguf 0.010005 95.362% +0.813% 2.579%
K2-Horizon-7B-Q5_K_M.gguf 0.014020 94.144% +0.915% 3.163%
K2-Horizon-7B-Q4_K_M.gguf 0.027010 92.120% +2.042% 4.267%
K2-Horizon-7B-IQ4_NL.gguf 0.033619 90.987% +2.631% 4.769%
K2-Horizon-7B-IQ4_XS.gguf 0.034682 90.917% +2.661% 4.927%
K2-Horizon-7B-Q3_K_L.gguf 0.106811 83.986% +8.714% 8.458%
K2-Horizon-7B-Q3_K_M.gguf 0.110649 83.741% +9.319% 8.619%
K2-Horizon-7B-Q2_K.gguf 0.198297 79.156% +18.618% 12.053%
K2-Horizon-7B-Q2_K_S.gguf 0.276119 76.106% +26.527% 14.289%
K2-Horizon-7B-IQ2_XS.gguf 0.422125 71.077% +46.934% 18.678%
K2-Horizon-7B-IQ3_M.gguf 2.473100 37.864% +1,024.404% 41.990%
K2-Horizon-7B-IQ3_S.gguf 2.618279 37.292% +1,198.271% 42.188%
K2-Horizon-7B-IQ1_M.gguf 1.376577 49.191% +266.636% 33.903%
K2-Horizon-7B-Q1_0.gguf 12.476683 0.000% +24,085,527.083% 56.752%

For a general local profile, Q4_K_M is the practical starting point in this pilot; Q5_K_M and Q6_K retain more BF16-like next-token behavior. IQ4_NL and IQ4_XS are compact alternatives, while Q3_K_L is the stronger Q3 option here. The Q2, IQ2, IQ3, IQ1, and Q1 results should be treated as memory-constrained experimental profiles and checked against the intended workload.

The compact machine-readable results are available in reproducibility/quality-summary.tsv, with corpus hashes, evaluation settings, and runtime provenance recorded in reproducibility/manifest.md. This pilot measures next-token fidelity; it is not a direct percentage of capabilities retained and does not replace task-specific evaluation.

Quick start

./llama-cli \
  -m K2-Horizon-7B-Q4_K_M.gguf \
  --chat-template-file reproducibility/chat_template_smoke_user.jinja \
  -p 'Answer briefly in English: What is GGUF, and why is it useful for running language models locally?' \
  -n 128 -c 4096 -ngl 99

The included template is the compatible single-turn template used for the load/generate smoke test. The upstream full tool-aware Jinja template is not certified by this package.

Reproducibility and validation

The GGUF files were converted directly from the upstream BF16 source and each ladder member was quantized independently with the model-specific combined importance matrix. All 15 published files passed the load/generate smoke test. The public package contains compact reproduction inputs and scripts; raw conversion, quantization, smoke-test, benchmark, and perplexity logs remain local and are intentionally not uploaded. Tool calling and the upstream benchmark suite were not re-evaluated here.

License and attribution

The upstream model is licensed under Apache License 2.0. Preserve upstream attribution and the license when redistributing these derivative artifacts. These are community GGUF quantizations, not an official IFM release or endorsement.

Checksums for published artifacts and reproducibility inputs are in SHA256SUMS.txt. The source revision, converter/runtime commit, calibration inputs, and validation settings are in reproducibility/manifest.md. The compact fidelity results are in reproducibility/quality-summary.tsv.