Yoruba oyo_maltese_bert_base_pipeline pipeline BertEmbeddings from Davlan

Description

Pretrained BertEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.oyo_maltese_bert_base_pipeline is a Yoruba model originally trained by Davlan.

Download Copy S3 URI

How to use


pipeline = PretrainedPipeline("oyo_maltese_bert_base_pipeline", lang = "yo")
annotations =  pipeline.transform(df)   


val pipeline = new PretrainedPipeline("oyo_maltese_bert_base_pipeline", lang = "yo")
val annotations = pipeline.transform(df)

Model Information

Model Name: oyo_maltese_bert_base_pipeline
Type: pipeline
Compatibility: Spark NLP 5.5.1+
License: Open Source
Edition: Official
Language: yo
Size: 412.6 MB

References

https://huggingface.co/Davlan/oyo-mt-bert-base

Included Models

  • DocumentAssembler
  • TokenizerModel
  • BertEmbeddings