OpenMed-PII-FastClinical-Small-82M-v1-mlx

3
license:apache-2.0
by
OpenMed
Other
OTHER
1B params
New
3 downloads
Early-stage
Edge AI:
Mobile
Laptop
Server
3GB+ RAM
Mobile
Laptop
Server
Quick Summary

AI model with specialized capabilities.

Device Compatibility

Mobile
4-6GB RAM
Laptop
16GB RAM
Server
GPU
Minimum Recommended
1GB+ RAM

Code Examples

Python Quick Startbash
pip install "openmed[mlx]"
Python Quick Startpython
from openmed import extract_pii

text = "<your clinical note here>"
result = extract_pii(
    text,
    model_name="OpenMed/OpenMed-PII-FastClinical-Small-82M-v1",
    use_smart_merging=True,
)

for entity in result.entities:
    print(entity.label, entity.text, round(entity.confidence, 4))
Use This Preconverted MLX Repo Directlybash
pip install "openmed[mlx]"
hf download OpenMed/OpenMed-PII-FastClinical-Small-82M-v1-mlx --local-dir ./OpenMed-PII-FastClinical-Small-82M-v1-mlx

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.