What problem does it solve? Benchmarking language models consistently is difficult because results vary with prompts, few-shot settings, and evaluation code. This Skill standardizes LLM evaluation across 60+ academic benchmarks so results are reproducible and comparable across models, checkpoints, and publications. ## Core Features & Use Cases - Standardized Benchmark Suites: Run MMLU, GSM8K, HumanEval, TruthfulQA, HellaSwag, ARC, and 60+ other tasks with one command using community-standard prompts and metrics. - Multiple Model Backends: Evaluate HuggingFace models, vLLM-served models (5-10x faster), quantized checkpoints, and API models from OpenAI and Anthropic. - Training Progress Tracking: Evaluate checkpoints periodically during training and plot learning curves to monitor model quality over time. - Use Case: Compare Llama-2-7B, Mistral-7B, and Phi-2 on MMLU, GSM8K, HellaSwag, and TruthfulQA, then generate a markdown comparison table for a model release report. ## Quick Start Ask the AI to evaluate a HuggingFace model like meta-llama/Llama-2-7b-hf on MMLU, GSM8K, and HellaSwag with 5-shot prompting and save the results to a JSON file.