English rebel_0_75_attention_pipeline pipeline BartTransformer from Databook

Description

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

Download Copy S3 URI

How to use


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


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

Model Information

Model Name: rebel_0_75_attention_pipeline
Type: pipeline
Compatibility: Spark NLP 5.5.1+
License: Open Source
Edition: Official
Language: en
Size: 1.6 GB

References

https://huggingface.co/Databook/REBEL-0.75-Attention

Included Models

  • DocumentAssembler
  • BartTransformer