Description
Pretrained BertEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.burmesebert_pipeline is a Burmese model originally trained by jojo-ai-mst.
How to use
pipeline = PretrainedPipeline("burmesebert_pipeline", lang = "my")
annotations = pipeline.transform(df)
val pipeline = new PretrainedPipeline("burmesebert_pipeline", lang = "my")
val annotations = pipeline.transform(df)
Model Information
| Model Name: | 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
- BertEmbeddings