Swedish bert_token_classifier_base_swedish_lowermix_reallysimple_ner_pipeline pipeline BertForTokenClassification from KBLab

Description

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

Download Copy S3 URI

How to use


pipeline = PretrainedPipeline("bert_token_classifier_base_swedish_lowermix_reallysimple_ner_pipeline", lang = "sv")
annotations =  pipeline.transform(df)   


val pipeline = new PretrainedPipeline("bert_token_classifier_base_swedish_lowermix_reallysimple_ner_pipeline", lang = "sv")
val annotations = pipeline.transform(df)

Model Information

Model Name: bert_token_classifier_base_swedish_lowermix_reallysimple_ner_pipeline
Type: pipeline
Compatibility: Spark NLP 5.5.0+
License: Open Source
Edition: Official
Language: sv
Size: 465.3 MB

References

https://huggingface.co/KBLab/bert-base-swedish-lowermix-reallysimple-ner

Included Models

  • DocumentAssembler
  • TokenizerModel
  • BertForTokenClassification