English t5_event_relation_extractor_pipeline pipeline T5Transformer from EchoShao8899

Description

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

Download Copy S3 URI

How to use


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


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

Model Information

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

References

https://huggingface.co/EchoShao8899/t5_event_relation_extractor

Included Models

  • DocumentAssembler
  • T5Transformer