What problem does it solve? Evaluating and comparing large language models requires standardized prompts, metrics, and reproducible setups. This Skill provides structured workflows for running industry-standard benchmarks (MMLU, GSM8K, HumanEval, TruthfulQA, HellaSwag) so results are comparable across models, checkpoints, and published baselines. ## Core Features & Use Cases - Standardized Benchmarking: Run 60+ academic benchmarks on HuggingFace, vLLM, or API-based models with consistent few-shot settings and metrics. - Training Progress Tracking: Evaluate checkpoints periodically during training and plot learning curves from saved JSON results. - Model Comparison: Batch-evaluate multiple models and generate comparison tables for release decisions or papers. - Use Case: A team fine-tuning a 7B model runs MMLU, GSM8K, and HellaSwag on every checkpoint with vLLM for speed, then compares scores against Llama-2 and Mistral baselines to decide which checkpoint to ship. ## Quick Start Ask the AI to evaluate a HuggingFace model on MMLU, GSM8K, and HellaSwag with 5-shot prompting and save the results to a JSON file.