
OpenAI 直播活動
OpenAI 將舉辦一場直播活動。在直播期間將揭露具體的公告、產品發布或示範內容。
上一次 OpenAI 突然搞直播,他們直接丟出 GPT-4 Turbo,然後一夜之間改掉所有定價

Both models are open weight, both run on a local CPU workstation, both detect PII in text. Quick rundown of what I found. GLiNER large-v2.1 is ~300M params, zero shot, you pass entity types as plain text strings at inference. Openai/privacy-filter is 1.5B total but only 50M active per forward pass thanks to a sparse MoE. In practice on CPU openai/privacy-filter ran ~2.8 samples/sec vs ~1.1 for GLiNER large. Eval was 400 English + 200 multilingual samples from ai4privacy/pii-masking-400k, s