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