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