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