This named entity recognition tool uses dslim's 66-million-parameter DistilBERT NER model, converted to ONNX for Transformers.js. It was fine-tuned on the English CoNLL-2003 dataset of Reuters news and has four labels: person, organization, location, and miscellaneous. It does not include dedicated labels for dates, money, emails, phone numbers, products, or street addresses.
The first analysis downloads quantized model files of about 70 MB plus the browser AI runtime. A worker keeps loading and inference away from the main interface. WebGPU is preferred when a compatible graphics adapter is available; WebAssembly is the CPU fallback. Browsers normally cache the files, but private browsing, storage cleanup, or cache eviction can trigger another download.