English sentence_transformer_pipeline pipeline MPNetEmbeddings from DIS-Project

Description

Pretrained MPNetEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.sentence_transformer_pipeline is a English model originally trained by DIS-Project.

Download Copy S3 URI

How to use


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


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

Model Information

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

References

https://huggingface.co/DIS-Project/Sentence-Transformer

Included Models

  • DocumentAssembler
  • MPNetEmbeddings