English speech_chatgpt_base_nar_v2_epoch4_wotrans_scratch_pipeline pipeline BartTransformer from lca0503

Description

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

Download Copy S3 URI

How to use


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


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

Model Information

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

References

https://huggingface.co/lca0503/speech-chatgpt-base-nar-v2-epoch4-wotrans-scratch

Included Models

  • DocumentAssembler
  • BartTransformer