Agent skill · Code Review & Quality

quantization-evaluation-pipeline

Execute GGUF quantization with imatrix protection, perform statistical benchmark evaluation with error bars, generate academic-style methodology documentation, and create comprehensive scorecards. Use when evaluating model quantization quality, comparing quantization methods, or generating publication-ready evaluation results with subagent execution and PowerShell progress visualization.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill quantization-evaluation-pipeline-zapabob-so8t --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 5 KB
Bundled scripts: none
Path: skills/ai-ml/quantization-evaluation-pipeline-zapabob-so8t/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# GGUF量子化評価パイプライン ## 概要 このスキルは、GGUF量子化におけるimatrix保護を使用した高度な評価パイプラインを実行します。統計的ベンチマーク評価、エラーバー付きグラフ生成、学術文献形式の手法記述、そしてサブエージェントによる実行とPowerShell進捗可視化を提供します。 ## 主な機能 ### 1. GGUF量子化 with imatrix保護 - imatrixデータ収集と重要度ベース量子化 - BF16/Q8_0/Q4_K_Mなどの量子化形式対応 - 量子化劣化の最小化 ### 2. 統計的ベンチマーク評価 - GSM8K, MATH, ARC-Challenge, ELYZA Tasks 100 - 複数回実行による統計的信頼性確保 - エラーバー付き性能グラフ生成 ### 3. 学術文献形式ドキュメント - 手法の詳細な記述 - 実験設定と結果の体系的整理 - 出版-readyなフォーマット ### 4. サブエージェント実行 - 並列処理による効率化 - リアルタイム進捗監視 - エラー回復機能 ### 5. PowerShell進捗可視化 - リアルタイム進捗バー - リソース使用量表示 - 推定残り時間計算 ## 使用方法 ### 基本実行 ```bash # 量子化評価パイプライン実行 python scripts/quantization_evaluation_pipeline.py --model models/aegis_v25_final --quantizations bf16,q8_0,q4_k_m ``` ### パラメータ - `--model`: 評価対象モデルパス - `--quantizations`: 量子化形式(カンマ区切り) - `--benchmarks`: 評価ベンチマーク(デフォルト: gsm8k,math,arc_challenge,elyza) - `--runs`: 各評価の繰り返し回数(デフォルト: 5) - `--subagent`: サブエージェント使用(デフォルト: true) ### PowerShell進捗可視化 ```powershell # 進捗監視スクリプト実行 .\scripts\monitor_quantization_progress.ps1 -PipelineId $pipelineId ``` ## 実行フロー ### Phase 1: imatrixデータ収集 ```bash # imatrixデータ生成 python scripts/quantization/collect_imatrix_data.py --model models/aegis_v25_final --output imatrix_data/model_v2.5.imatr

What's inside
Steps it walks through
  1. 概要
  2. 主な機能
  3. 1. GGUF量子化 with imatrix保護
  4. 2. 統計的ベンチマーク評価
  5. 3. 学術文献形式ドキュメント
  6. 4. サブエージェント実行
  7. 5. PowerShell進捗可視化
  8. 使用方法
  9. 基本実行
  10. パラメータ
  11. PowerShell進捗可視化
  12. 実行フロー
  13. Phase 1: imatrixデータ収集
  14. Phase 2: GGUF量子化実行
Ships with 1 file
  • metadata.json
Commands it runs
python scripts/quantization_evaluation_pipeline.py --model models/aegis_v25_final --quantizations bf16,q8_0,q4_k_m
python scripts/quantization/collect_imatrix_data.py --model models/aegis_v25_final --output imatrix_data/model_v2.5.imatrix
python scripts/quantization/quantize_with_imatrix.py --model models/aegis_v25_final --imatrix imatrix_data/model_v2.5.imatrix --formats bf16,q8_0,q4_k_m
python scripts/evaluation/statistical_benchmark_evaluation.py --models quantized_models/ --benchmarks gsm8k,math,arc_challenge,elyza --runs 5
python scripts/quantization/collect_imatrix_data.py --dataset-size 100000
python scripts/quantization/quantize_with_imatrix.py --protection-level high
More from claude-skill-registry
All skills →
About this skill
What does the quantization-evaluation-pipeline skill do?

Execute GGUF quantization with imatrix protection, perform statistical benchmark evaluation with error bars, generate academic-style methodology documentation, and create comprehensive scorecards. Use when evaluating model quantization quality, comparing quantization methods, or generating publication-ready evaluation results with subagent execution and PowerShell progress visualization.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill quantization-evaluation-pipeline-zapabob-so8t --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going