Arabic arat5_coda_did_pipeline pipeline T5Transformer from CAMeL-Lab

Description

Pretrained T5Transformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.arat5_coda_did_pipeline is a Arabic model originally trained by CAMeL-Lab.

Download Copy S3 URI

How to use


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


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

Model Information

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

References

https://huggingface.co/CAMeL-Lab/arat5-coda-did

Included Models

  • DocumentAssembler
  • T5Transformer