Evaluation

#4
by ldwang - opened

Which tools were used for the evaluation? I’d like to replicate the results.

Thanks a lot.

We can't tell you what tooling produced this model's published evaluation, but here is a pinned replication of quality evaluation on this exact revision (7ae557604adf67be50417f59c2c2f167def9a775), run twice by two operators in fresh containers:

  • Tooling: llama-perplexity from the llama.cpp full image (ghcr.io/ggml-org/llama.cpp:full, build 10991 / 930e2fa59), CPU only, 8 threads, seed 1051.
  • Perplexity: F16 15.3782, Q4_K_M 15.7842 (Wikitext-2 test, 128 x 512-token chunks).
  • HellaSwag acc_norm: 50.50% for both arms (200 tasks, --hellaswag).
  • Across the two runs: perplexity identical to four decimals, HellaSwag identical, both GGUF files byte-identical by SHA-256, peak RSS within 0.13%.

Exact commands, raw logs and the two-run diff: https://huggingface.co/datasets/CyberNative-AI/gguf-repro-harness

Two caveats so the numbers are not over-read: wall-clock load time and throughput did not reproduce within +/-2% on our shared CPU host (up to 61% and 34% spread), so we make no latency claims; and this is repeat execution of one harness, not an independent reproduction of the model card's published scores.

Sign up or log in to comment