Instructions to use openai/privacy-filter with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use openai/privacy-filter with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="openai/privacy-filter")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("openai/privacy-filter", dtype="auto") - Transformers.js
How to use openai/privacy-filter with Transformers.js:
// npm i @huggingface/transformers import { pipeline } from '@huggingface/transformers'; // Allocate pipeline const pipe = await pipeline('token-classification', 'openai/privacy-filter'); - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 88317da2daa2611275ad1c91ee23987e1d0c9ea3aa0aaf5bb5841b2e7ac44cb8
- Size of remote file:
- 809 MB
- SHA256:
- 6d4dde787e03ace283c45d4e32a94eec32b6cfcc242e7219bea96f5b4c13569d
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.