Description
Pretrained BertSentenceEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.sent_oyo_maltese_bert_base_pipeline
is a Yoruba model originally trained by Davlan.
How to use
pipeline = PretrainedPipeline("sent_oyo_maltese_bert_base_pipeline", lang = "yo")
annotations = pipeline.transform(df)
val pipeline = new PretrainedPipeline("sent_oyo_maltese_bert_base_pipeline", lang = "yo")
val annotations = pipeline.transform(df)
Model Information
Model Name: | sent_oyo_maltese_bert_base_pipeline |
Type: | pipeline |
Compatibility: | Spark NLP 5.5.1+ |
License: | Open Source |
Edition: | Official |
Language: | yo |
Size: | 413.1 MB |
References
https://huggingface.co/Davlan/oyo-mt-bert-base
Included Models
- DocumentAssembler
- TokenizerModel
- SentenceDetectorDLModel
- BertSentenceEmbeddings