Open source multi-metric evaluation: accuracy + cost + hallucination
Hi AMA-Bench team ๐
Multi-benchmark comparison is exactly the right approach. I built an open source framework that goes beyond accuracy to give you 5 metrics per model in one run:
โ ๐ฏ Accuracy โ 4-strategy cascade scorer (exact, normalized, MC, fuzzy)
โ ๐ฐ Cost per 1K tokens โ the metric missing from most leaderboards
โ โก Latency p50/p95/p99 โ full percentile breakdown
โ ๐ Hallucination Rate โ 0.0-1.0 score, runs locally
โ ๐ง Reasoning Quality โ chain-of-thought depth 1-10
One CLI command. Any LiteLLM-compatible model. Full JSON + PDF report.
Live demo: https://huggingface.co/spaces/vigneshwar234/llm-eval-demo
GitHub: https://github.com/vignesh2027/LLM-Evaluation-Framework
Would love to discuss combining our approaches for comprehensive model comparison!