OpenAI Privacy Filter
openai.com
OpenAI Privacy Filter
1–10 of 78 posts
Re: OpenAI Privacy Filter
#2Re: OpenAI Privacy Filter
#3I'm surprised nobody else has commented on this. This is a very straightforward and useful thing for a small locally runnable model to do.
Re: OpenAI Privacy Filter
#4I'm surprised nobody else has commented on this. This is a very straightforward and useful thing for a small locally runnable model to do.
Re: OpenAI Privacy Filter
#5Re: OpenAI Privacy Filter
#6I'm surprised nobody else has commented on this. This is a very straightforward and useful thing for a small locally runnable model to do.
And also something that it’s dangerous to try to do stochastically.
Re: OpenAI Privacy Filter
#7[flagged]
Re: OpenAI Privacy Filter
#8Bringing back the Open to OpenAI..
Re: OpenAI Privacy Filter
#9> Privacy Filter is a bidirectional token-classification model with span decoding. It begins from an autoregressive pretrained checkpoint and is then adapted into a token classifier over a fixed taxonomy of privacy labels. Instead of generating text token by token, it labels an input sequence in one pass and then decodes coherent spans with a constrained Viterbi procedure.
> The released model has 1.5B total parameters with 50M active parameters.
> [To build it] we converted a pretrained language model into a bidirectional token classifier by replacing the language modeling head with a token-classification head and post-training it with a supervised classification objective.