Token Classification
Transformers
Safetensors
Turkish
privacy_filter
privacy
pii
kvkk
turkish
named-entity-recognition
data-redaction
privacy-filter
runeward
Instructions to use curiositytech/runeward-kvkk-filter with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use curiositytech/runeward-kvkk-filter with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="curiositytech/runeward-kvkk-filter")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("curiositytech/runeward-kvkk-filter", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Ctrl+K