What problem does it solve? Benchmarking LLMs consistently is hard: different prompts, few-shot settings, and metrics make results incomparable. This Skill standardizes evaluation across 60+ academic benchmarks (MMLU, GSM8K, HumanEval, TruthfulQA, HellaSwag) so you can compare models, track training progress, and report reproducible results. ## Core Features & Use Cases - Standardized Benchmark Suites: Run MMLU, GSM8K, HellaSwag, TruthfulQA, ARC, HumanEval, and 60+ tasks with one command using industry-standard prompts. - Multiple Model Backends: Evaluate HuggingFace models, vLLM-served models (5-10x faster), quantized checkpoints, and API models (OpenAI, Anthropic, local OpenAI-compatible servers). - Training Progress Tracking: Automate periodic checkpoint evaluation and plot learning curves to monitor model quality during training. - Use Case: Compare Llama-2-7B, Mistral-7B, and Phi-2 on MMLU/GSM8K/HellaSwag and generate a markdown comparison table for a model selection decision. ## Quick Start Ask the agent 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.