English english_simile_generation_pipeline pipeline BartTransformer from figurative-nlp

Description

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

Download Copy S3 URI

How to use


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


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

Model Information

Model Name: english_simile_generation_pipeline
Type: pipeline
Compatibility: Spark NLP 5.5.1+
License: Open Source
Edition: Official
Language: en
Size: 809.4 MB

References

https://huggingface.co/figurative-nlp/English-Simile-Generation

Included Models

  • DocumentAssembler
  • BartTransformer