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