Cost-per-token benchmarking tool to complement quantized model accuracy tracking

#7
by vigneshwar234 - opened

Hi Intel + community ๐Ÿ‘‹

Quantized models are all about the accuracy-vs-efficiency tradeoff. I built an open source framework that makes that tradeoff measurable:

LLM Evaluation Framework tracks:

  • ๐Ÿ’ฐ Cost per 1K tokens โ€” exact pricing across 15+ models including quantized variants
  • ๐ŸŽฏ Accuracy โ€” so you can plot accuracy vs cost directly
  • โšก Latency p95 โ€” real-world latency, not just throughput
  • ๐Ÿ” Hallucination Rate โ€” quantized models sometimes trade accuracy for hallucination rate differently than full-precision

The goal: give teams a single report that answers "is this quantized model good enough for my use case at my budget?"

Live demo: https://huggingface.co/spaces/vigneshwar234/llm-eval-demo
GitHub: https://github.com/vignesh2027/LLM-Evaluation-Framework

Open source, 71 tests, full CI/CD. Feedback welcome!

Sign up or log in to comment