English dgslow_t5_small_bst_pipeline pipeline T5Transformer from shenkha

Description

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

Download Copy S3 URI

How to use


pipeline = PretrainedPipeline("dgslow_t5_small_bst_pipeline", lang = "en")
annotations =  pipeline.transform(df)   


val pipeline = new PretrainedPipeline("dgslow_t5_small_bst_pipeline", lang = "en")
val annotations = pipeline.transform(df)

Model Information

Model Name: dgslow_t5_small_bst_pipeline
Type: pipeline
Compatibility: Spark NLP 5.4.2+
License: Open Source
Edition: Official
Language: en
Size: 331.3 MB

References

https://huggingface.co/shenkha/DGSlow_T5-small_BST

Included Models

  • DocumentAssembler
  • T5Transformer