llm-eval-demo / README.md
vigneshwar234's picture
fix: upgrade to gradio 6.14.0 β€” move theme/css to launch(), fix HfFolder import error
ce7395d verified
|
Raw
History Blame Contribute Delete
1.38 kB

A newer version of the Gradio SDK is available: 6.26.0

Upgrade
metadata
title: LLM Evaluation Framework Demo
emoji: πŸ“Š
colorFrom: green
colorTo: yellow
sdk: gradio
sdk_version: 6.14.0
app_file: app.py
pinned: true
license: mit
tags:
  - llm
  - evaluation
  - benchmarking
  - nlp
  - gpt
  - claude
  - gemini
  - mistral
  - accuracy
  - hallucination
  - latency
short_description: Benchmark LLMs on accuracy, cost, and hallucination.

LLM Evaluation Framework β€” Demo

Interactive demo for the LLM Evaluation Framework.

What this demo does

  • Metric Explorer β€” Understand each of the 5 evaluation metrics with live examples
  • Benchmark Viewer β€” Browse sample questions from MMLU and TruthfulQA datasets
  • Sample Results β€” See real benchmark comparison data across 6 major LLMs
  • Framework Info β€” Quick start guide and links to the full framework

Full Framework

The full framework supports:

  • Async parallel evaluation of any LiteLLM-compatible model
  • Streamlit dashboard with radar charts, scatter plots, histograms
  • FastAPI REST API with 12 endpoints
  • CLI tool with 7 subcommands
  • PDF report generation
  • SQLite persistence

GitHub: https://github.com/vignesh2027/LLM-Evaluation-Framework
Dataset: https://huggingface.co/datasets/vigneshwar234/llm-eval-benchmark
Docs: https://vignesh2027.github.io/LLM-Evaluation-Framework/