Burmese sent_burmesebert_pipeline pipeline BertSentenceEmbeddings from jojo-ai-mst

Description

Pretrained BertSentenceEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.sent_burmesebert_pipeline is a Burmese model originally trained by jojo-ai-mst.

Download Copy S3 URI

How to use


pipeline = PretrainedPipeline("sent_burmesebert_pipeline", lang = "my")
annotations =  pipeline.transform(df)   


val pipeline = new PretrainedPipeline("sent_burmesebert_pipeline", lang = "my")
val annotations = pipeline.transform(df)

Model Information

Model Name: sent_burmesebert_pipeline
Type: pipeline
Compatibility: Spark NLP 5.5.1+
License: Open Source
Edition: Official
Language: my
Size: 1.4 GB

References

https://huggingface.co/jojo-ai-mst/BurmeseBert

Included Models

  • DocumentAssembler
  • TokenizerModel
  • SentenceDetectorDLModel
  • BertSentenceEmbeddings