Description
Pretrained BertEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.bert_base_multilingual_sakha_cased_2_pipeline
is a Multilingual model originally trained by bamaxi.
How to use
pipeline = PretrainedPipeline("bert_base_multilingual_sakha_cased_2_pipeline", lang = "xx")
annotations = pipeline.transform(df)
val pipeline = new PretrainedPipeline("bert_base_multilingual_sakha_cased_2_pipeline", lang = "xx")
val annotations = pipeline.transform(df)
Model Information
Model Name: | bert_base_multilingual_sakha_cased_2_pipeline |
Type: | pipeline |
Compatibility: | Spark NLP 5.5.1+ |
License: | Open Source |
Edition: | Official |
Language: | xx |
Size: | 743.1 MB |
References
https://huggingface.co/bamaxi/bert-base-multilingual-sakha-cased_2
Included Models
- DocumentAssembler
- TokenizerModel
- BertEmbeddings