What problem does it solve? Evaluating language models consistently is hard: different prompts, few-shot settings, and metrics produce incomparable results. This Skill runs standardized academic benchmarks (MMLU, GSM8K, HumanEval, TruthfulQA, HellaSwag, and 60+ more) so you can compare models, track training progress, and report reproducible numbers. ## Core Features & Use Cases - Standardized Benchmark Suites: Run MMLU, GSM8K, HellaSwag, ARC, TruthfulQA, HumanEval, and more with one command using the same prompts and metrics used by EleutherAI and HuggingFace leaderboards. - Multiple Model Backends: Evaluate HuggingFace checkpoints, quantized models, vLLM-served models (5-10x faster), and API models like GPT-4 and Claude through a unified interface. - Training Progress Tracking: Automate periodic checkpoint evaluation during training and plot learning curves from saved JSON results. - Use Case: You are preparing a model release and need a comparison table. Run the standard suite across Llama-2-7B, Mistral-7B, and Phi-2, then generate a Markdown table of MMLU, GSM8K, HellaSwag, and TruthfulQA scores from the JSON outputs. ## Quick Start Ask the agent to evaluate a HuggingFace model on MMLU, GSM8K, and HellaSwag with 5-shot prompting and save the results to a JSON file.