English sentence_transformer_1_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_1_pipeline is a English model originally trained by DIS-Project.

Download Copy S3 URI

How to use


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


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

Model Information

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

References

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

Included Models

  • DocumentAssembler
  • MPNetEmbeddings