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