English data_masking_distilbert_finetuned_ai4privacy_pipeline pipeline DistilBertForTokenClassification from karthiknitt

Description

Pretrained DistilBertForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.data_masking_distilbert_finetuned_ai4privacy_pipeline is a English model originally trained by karthiknitt.

Download Copy S3 URI

How to use


pipeline = PretrainedPipeline("data_masking_distilbert_finetuned_ai4privacy_pipeline", lang = "en")
annotations =  pipeline.transform(df)   


val pipeline = new PretrainedPipeline("data_masking_distilbert_finetuned_ai4privacy_pipeline", lang = "en")
val annotations = pipeline.transform(df)

Model Information

Model Name: data_masking_distilbert_finetuned_ai4privacy_pipeline
Type: pipeline
Compatibility: Spark NLP 5.5.1+
License: Open Source
Edition: Official
Language: en
Size: 247.6 MB

References

https://huggingface.co/karthiknitt/data_masking_distilbert_finetuned_ai4privacy

Included Models

  • DocumentAssembler
  • TokenizerModel
  • DistilBertForTokenClassification