Switch language한국어
Back to the list

OpenAI Releases Privacy Filter: A 1.5B-Parameter Open-Source PII Redaction Model with 50M Active Parameters

TL;DR AI

Key summary

2 min read
  1. OpenAI released Privacy Filter, an Apache 2.0 open-source model for detecting and redacting PII.

  2. It can identify eight categories of sensitive data using sparse MoE and bidirectional token classification.

  3. The model has 1.5B total parameters but only 50M active at inference, helping it run efficiently on local or edge hardware.

  4. By keeping redaction on-device, teams can scrub logs, datasets, and user content without sending data to a third-party API.

Read the original