Modern Greek (1453-) sent_logion_50k_wordpiece_pipeline pipeline BertSentenceEmbeddings from princeton-logion

Description

Pretrained BertSentenceEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.sent_logion_50k_wordpiece_pipeline is a Modern Greek (1453-) model originally trained by princeton-logion.

Download Copy S3 URI

How to use


pipeline = PretrainedPipeline("sent_logion_50k_wordpiece_pipeline", lang = "el")
annotations =  pipeline.transform(df)   


val pipeline = new PretrainedPipeline("sent_logion_50k_wordpiece_pipeline", lang = "el")
val annotations = pipeline.transform(df)

Model Information

Model Name: sent_logion_50k_wordpiece_pipeline
Type: pipeline
Compatibility: Spark NLP 5.5.1+
License: Open Source
Edition: Official
Language: el
Size: 464.7 MB

References

https://huggingface.co/princeton-logion/LOGION-50k_wordpiece

Included Models

  • DocumentAssembler
  • TokenizerModel
  • SentenceDetectorDLModel
  • BertSentenceEmbeddings