From 2cbf239ebd85e0aa5df4cf22f182543fd537f83e Mon Sep 17 00:00:00 2001 From: Yue Sun Date: Thu, 25 Jun 2026 15:32:34 +0800 Subject: [PATCH] docs: add model accuracy report badge to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1098a1fa2..130e25742 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ ![Status](https://img.shields.io/badge/status-preview-blue) [![PyPI release](https://img.shields.io/pypi/v/winml-cli)](https://pypi.org/project/winml-cli/) ![License](https://img.shields.io/badge/license-MIT-green) +[![Model Accuracy Report](https://img.shields.io/badge/docs-model%20accuracy%20report-blue)](https://microsoft.github.io/winml-cli/reports/model_accuracy_report.html) **Windows ML CLI** is a command line tool for building **portable, performant, and high-quality** AI models for Windows ML. It takes you from a source model — whether from Hugging Face or your own pipeline — to a hardware-optimized artifact in a reproducible workflow.