Multilingual pii_detector_ai4privacy_pipeline pipeline DistilBertForTokenClassification from molise-ai

Description

Pretrained DistilBertForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.pii_detector_ai4privacy_pipeline is a Multilingual model originally trained by molise-ai.

Download Copy S3 URI

How to use


pipeline = PretrainedPipeline("pii_detector_ai4privacy_pipeline", lang = "xx")
annotations =  pipeline.transform(df)   


val pipeline = new PretrainedPipeline("pii_detector_ai4privacy_pipeline", lang = "xx")
val annotations = pipeline.transform(df)

Model Information

Model Name: pii_detector_ai4privacy_pipeline
Type: pipeline
Compatibility: Spark NLP 5.5.1+
License: Open Source
Edition: Official
Language: xx
Size: 505.5 MB

References

https://huggingface.co/molise-ai/pii-detector-ai4privacy

Included Models

  • DocumentAssembler
  • TokenizerModel
  • DistilBertForTokenClassification