Swedish sent_mbert_swedish_distilled_cased_pipeline pipeline BertSentenceEmbeddings from Addedk

Description

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

Download Copy S3 URI

How to use


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


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

Model Information

Model Name: sent_mbert_swedish_distilled_cased_pipeline
Type: pipeline
Compatibility: Spark NLP 5.5.1+
License: Open Source
Edition: Official
Language: sv
Size: 506.2 MB

References

https://huggingface.co/Addedk/mbert-swedish-distilled-cased

Included Models

  • DocumentAssembler
  • TokenizerModel
  • SentenceDetectorDLModel
  • BertSentenceEmbeddings