Arabic terjman_large_v0_pipeline pipeline MarianTransformer from atlasia

Description

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

Download Copy S3 URI

How to use


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


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

Model Information

Model Name: terjman_large_v0_pipeline
Type: pipeline
Compatibility: Spark NLP 5.5.0+
License: Open Source
Edition: Official
Language: ar
Size: 1.4 GB

References

https://huggingface.co/atlasia/Terjman-Large-v0

Included Models

  • DocumentAssembler
  • SentenceDetectorDLModel
  • MarianTransformer