fix(text): remove erroneous BSL comments from filter and classifier
PIIFilter and ClassifierBackend are privacy infrastructure, not commercial AI features. Gating privacy controls behind a commercial licence contradicts CF's privacy pillar. MIT applies per the repo root LICENSE.
This commit is contained in:
parent
a92a83db4b
commit
656e1e9816
2 changed files with 2 additions and 4 deletions
|
|
@ -1,6 +1,5 @@
|
|||
# circuitforge_core/text/backends/classifier.py — HuggingFace token-classification backend
|
||||
#
|
||||
# BSL 1.1. Requires torch + transformers.
|
||||
# Requires torch + transformers.
|
||||
# Install: pip install circuitforge-core[text-transformers]
|
||||
#
|
||||
# Wraps pipeline("token-classification") for PII/entity detection.
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
# circuitforge_core/text/filter.py — PII detection and redaction
|
||||
#
|
||||
# BSL 1.1. Products import PIIFilter for pre-send redaction and audit trails.
|
||||
# Products import PIIFilter for pre-send redaction and audit trails.
|
||||
# Requires a running cf-filter service (or ClassifierBackend for in-process use).
|
||||
from __future__ import annotations
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue