Bengali banglat5_pipeline pipeline T5Transformer from csebuetnlp

Description

Pretrained T5Transformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.banglat5_pipeline is a Bengali model originally trained by csebuetnlp.

Download Copy S3 URI

How to use


pipeline = PretrainedPipeline("banglat5_pipeline", lang = "bn")
annotations =  pipeline.transform(df)   


val pipeline = new PretrainedPipeline("banglat5_pipeline", lang = "bn")
val annotations = pipeline.transform(df)

Model Information

Model Name: banglat5_pipeline
Type: pipeline
Compatibility: Spark NLP 5.4.2+
License: Open Source
Edition: Official
Language: bn
Size: 521.2 MB

References

https://huggingface.co/csebuetnlp/banglat5

Included Models

  • DocumentAssembler
  • T5Transformer