Arabic ancient_semitic_bert_pipeline pipeline BertEmbeddings from mehdie

Description

Pretrained BertEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.ancient_semitic_bert_pipeline is a Arabic model originally trained by mehdie.

Download Copy S3 URI

How to use


pipeline = PretrainedPipeline("ancient_semitic_bert_pipeline", lang = "ar")
annotations =  pipeline.transform(df)   


val pipeline = new PretrainedPipeline("ancient_semitic_bert_pipeline", lang = "ar")
val annotations = pipeline.transform(df)

Model Information

Model Name: ancient_semitic_bert_pipeline
Type: pipeline
Compatibility: Spark NLP 5.5.1+
License: Open Source
Edition: Official
Language: ar
Size: 469.9 MB

References

https://huggingface.co/mehdie/ancient_semitic_bert

Included Models

  • DocumentAssembler
  • TokenizerModel
  • BertEmbeddings