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:
- 83f8edf9bbe4c30253e8c197245c14847be93ae01a96ebc739889cf14bb185f8
- Size of remote file:
- 138 kB
- SHA256:
- 6aafae8037498c8785816e4c43014d8a693090fa4ed5bb225234a294595cb436
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.