今日已更新 408 条资讯 | 累计 28312 条内容
关于我们

Mistral Releases Shieldstral, a 3B Open-Weight Model for On-Device Content Safety

Ali Farhat 2026年08月05日 20:52 0 次阅读 来源:Dev.to

Mistral AI has released Shieldstral , a 3B-parameter open-weight safety classifier designed to moderate text and images on-device. Announced on August 4, 2026, the model is built on Mistral's Ministral-3B base and is intended to let organizations evaluate content against their own natural-language policies without retraining a separate moderation model for every policy revision. The release is notable because it combines a relatively compact deployment target with an adaptable moderation approach . According to Mistral's official Shieldstral announcement , the model can run on a single 16GB NVIDIA GPU, and its weights are available under the Apache 2.0 license. That gives teams an option to download and run moderation infrastructure locally or offline rather than relying solely on a centrally hosted classification service. Shieldstral evaluates prompts, model responses, and prompt-response pairs. It supports both text and image inputs, positioning it as a multimodal safety component for applications that need to assess user submissions as well as AI-generated output. Mistral describes the release as an inaugural member of its broader Open Secure AI initiatives. How Shieldstral approaches policy-adaptive moderation Shieldstral frames content moderation as a plain-language, binary policy question. An operator provides a policy instruction at inference time, and the model determines whether the input should receive a yes or no outcome under that instruction. It then produces a continuous safety score by softmax-normalizing the logits for those two possible answers and applying a threshold. This matters because the policy is part of the inference prompt rather than a fixed rule set embedded through a new training cycle. A team can therefore alter the policy language to address a changed requirement, product context, or moderation category without retraining Shieldstral. The approach does not remove the need for policy design, threshold selection, and testing. It does, h

本文内容来源于互联网,版权归原作者所有
查看原文