German bert_token_classifier_ner_german_pipeline pipeline BertForTokenClassification from mschiesser

Description

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

Download Copy S3 URI

How to use


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


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

Model Information

Model Name: bert_token_classifier_ner_german_pipeline
Type: pipeline
Compatibility: Spark NLP 5.5.0+
License: Open Source
Edition: Official
Language: de
Size: 665.1 MB

References

https://huggingface.co/mschiesser/ner-bert-german

Included Models

  • DocumentAssembler
  • TokenizerModel
  • BertForTokenClassification