OpenMed-PII-Dutch-BioClinicalBERT-Base-110M-v1

14
license:apache-2.0
by
OpenMed
Other
OTHER
New
14 downloads
Early-stage
Edge AI:
Mobile
Laptop
Server
Unknown
Mobile
Laptop
Server
Quick Summary

AI model with specialized capabilities.

Code Examples

Usagepythontransformers
from transformers import pipeline

# Load the PII detection pipeline
ner = pipeline("ner", model="OpenMed/OpenMed-PII-Dutch-BioClinicalBERT-110M-v1", aggregation_strategy="simple")

text = """
Patiënt Jan Jansen (geboren 15-03-1985, BSN: 987654321) is vandaag gezien.
Contact: [email protected], Telefoon: +31 6 12345678.
Adres: Herengracht 42, 1015 BN Amsterdam.
"""

entities = ner(text)
for entity in entities:
    print(f"{entity['entity_group']}: {entity['word']} (score: {entity['score']:.3f})")

Deploy This Model

Production-ready deployment in minutes

Together.ai

Instant API access to this model

Fastest API

Production-ready inference API. Start free, scale to millions.

Try Free API

Replicate

One-click model deployment

Easiest Setup

Run models in the cloud with simple API. No DevOps required.

Deploy Now

Disclosure: We may earn a commission from these partners. This helps keep LLMYourWay free.