German distilbert_base_german_cased_finetuned_ai4privacy_v2_pipeline pipeline DistilBertForTokenClassification from Isotonic

Description

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

Download Copy S3 URI

How to use


pipeline = PretrainedPipeline("distilbert_base_german_cased_finetuned_ai4privacy_v2_pipeline", lang = "de")
annotations =  pipeline.transform(df)   


val pipeline = new PretrainedPipeline("distilbert_base_german_cased_finetuned_ai4privacy_v2_pipeline", lang = "de")
val annotations = pipeline.transform(df)

Model Information

Model Name: distilbert_base_german_cased_finetuned_ai4privacy_v2_pipeline
Type: pipeline
Compatibility: Spark NLP 5.4.2+
License: Open Source
Edition: Official
Language: de
Size: 250.6 MB

References

https://huggingface.co/Isotonic/distilbert-base-german-cased_finetuned_ai4privacy_v2

Included Models

  • DocumentAssembler
  • TokenizerModel
  • DistilBertForTokenClassification