Spaces:
Running
Open source 5-metric evaluation framework โ add cost + hallucination to any leaderboard
Hi OpenEvals team ๐
Aggregating every leaderboard is such valuable work. One dimension consistently missing from all the leaderboards you're aggregating is cost per token โ the metric teams use for final deployment decisions.
I built an open source LLM Evaluation Framework that fills that gap:
โ ๐ฐ Cost per 1K tokens โ 15+ models, real token-count pricing
โ โก Latency p50/p95/p99 โ another missing dimension in most leaderboards
โ ๐ Hallucination Rate โ runs locally, adds no API cost
โ ๐ฏ Accuracy โ compatible with standard MC benchmark format
โ ๐ง Reasoning Quality โ CoT depth scoring
Could be interesting to include cost/latency data alongside the aggregated accuracy scores.
Live demo: https://huggingface.co/spaces/vigneshwar234/llm-eval-demo
GitHub: https://github.com/vignesh2027/LLM-Evaluation-Framework
Open source, 71 tests, free forever!