Description
Pretrained T5Transformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.t5_arabic_text_summarization_pipeline
is a Arabic model originally trained by malmarjeh.
How to use
pipeline = PretrainedPipeline("t5_arabic_text_summarization_pipeline", lang = "ar")
annotations = pipeline.transform(df)
val pipeline = new PretrainedPipeline("t5_arabic_text_summarization_pipeline", lang = "ar")
val annotations = pipeline.transform(df)
Model Information
Model Name: | t5_arabic_text_summarization_pipeline |
Type: | pipeline |
Compatibility: | Spark NLP 5.4.2+ |
License: | Open Source |
Edition: | Official |
Language: | ar |
Size: | 1.7 GB |
References
https://huggingface.co/malmarjeh/t5-arabic-text-summarization
Included Models
- DocumentAssembler
- T5Transformer