Chinese randeng_bart_139m_summary_pipeline pipeline BartTransformer from IDEA-CCNL

Description

Pretrained BartTransformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.randeng_bart_139m_summary_pipeline is a Chinese model originally trained by IDEA-CCNL.

Download Copy S3 URI

How to use


pipeline = PretrainedPipeline("randeng_bart_139m_summary_pipeline", lang = "zh")
annotations =  pipeline.transform(df)   


val pipeline = new PretrainedPipeline("randeng_bart_139m_summary_pipeline", lang = "zh")
val annotations = pipeline.transform(df)

Model Information

Model Name: randeng_bart_139m_summary_pipeline
Type: pipeline
Compatibility: Spark NLP 5.5.1+
License: Open Source
Edition: Official
Language: zh
Size: 514.4 MB

References

https://huggingface.co/IDEA-CCNL/Randeng-BART-139M-SUMMARY

Included Models

  • DocumentAssembler
  • BartTransformer