OpenMed-PII-Turkish-BioClinicalModern-Base-149M-v1

This is an OpenMed token-classification checkpoint intended for Turkish (tr) personally identifiable information (PII) and protected health information (PHI) span detection.

Model details

Usage

from transformers import pipeline

model_id = "OpenMed/OpenMed-PII-Turkish-BioClinicalModern-Base-149M-v1"
detector = pipeline(
    "token-classification",
    model=model_id,
    aggregation_strategy="simple",
)

text = "Örnek hasta Ayşe Yılmaz'ın e-posta adresi ayse.yilmaz@example.com ve telefon numarası +90 555 000 00 00."
print(detector(text))

The checkpoint's configured id2label mapping is authoritative for the available entity labels. Preserve returned character offsets when applying redaction or replacement.

Evaluation status

No verified Turkish evaluation artifact was available during this metadata repair, so this card intentionally reports no language-specific scores. Evaluate direct-identifier recall, false negatives, span boundaries, and domain shift on representative data before deployment.

Limitations and safety

This model can miss identifiers or over-redact clinically useful context. It is not an anonymization guarantee, a compliance determination, or a medical device. Use defense in depth and human review for high-sensitivity workflows. Do not include real patient information in public examples, logs, or issue reports.

Downloads last month
14
Safetensors
Model size
0.1B params
Tensor type
F32
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for OpenMed/OpenMed-PII-Turkish-BioClinicalModern-Base-149M-v1

Finetuned
(32)
this model
Quantizations
1 model

Collections including OpenMed/OpenMed-PII-Turkish-BioClinicalModern-Base-149M-v1