compare-results

Compare baseline and candidate model evaluation results to determine quantization impact.

3.4k|535|Updated Apr 23, 2024
One-click install
npx skills add https://github.com/NVIDIA/Model-Optimizer --skill compare-results
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: compare-results
Source: https://github.com/NVIDIA/Model-Optimizer/tree/main/.agents/skills/compare-results
Command: npx skills add https://github.com/NVIDIA/Model-Optimizer --skill compare-results

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps users determine whether a quantized model checkpoint is acceptable by comparing it against a validated baseline and identifying meaningful accuracy changes.

Core Features & Use Cases

  • Baseline vs Candidate Analysis: Establishes matching baseline and candidate checkpoints, verifies evaluation readiness, and computes reliable metric deltas.
  • Evaluation Comparability Checks: Validates prompts, generation settings, datasets, sample counts, reasoning handling, judges, and score fields before interpreting results.
  • Quantization Feasibility Decisions: Produces evidence-based feasibility verdicts for quantized checkpoints and avoids unsupported conclusions from incomplete comparisons.

Quick Start

Compare the baseline and quantized evaluation runs and determine whether the quantized checkpoint is acceptable.

Frequently Asked Questions about compare-results

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I compare baseline and quantized model evaluation results?

To compare baseline and quantized model evaluation results, you need validated evaluation artifacts from both checkpoints. The process applies canonical task score extraction and comparability checks to compute precise metric deltas, determining the quantization impact on accuracy.

What is checkpoint validation for quantized models?

Checkpoint validation for quantized models is the process of verifying evaluation readiness and comparing metric deltas against a baseline. It ensures prompts, datasets, and score fields match before producing an evidence-based quantization feasibility verdict for the checkpoint.

Can I use MLflow evaluation runs for quantization regression analysis?

Yes, you can use MLflow evaluation runs for quantization regression analysis. The comparison process supports NEL or MLflow evaluation comparisons, verifying generation settings and sample counts to accurately identify accuracy regression in the candidate checkpoint.

Does model evaluation comparability check generation settings and datasets?

Yes, model evaluation comparability checks validate prompts, generation settings, datasets, sample counts, reasoning handling, judges, and score fields. This ensures reliable metric delta computation before interpreting quantization feasibility results.

When should I not use accuracy regression comparisons for quantized checkpoints?

You should avoid accuracy regression comparisons for quantized checkpoints when lacking validated evaluation artifacts. The process requires complete comparability checks across prompts, datasets, and score fields to prevent unsupported conclusions from incomplete data comparisons.