English vietnamese_correction_t5_liqing000_pipeline pipeline T5Transformer from liqing000

Description

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

Download Copy S3 URI

How to use


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


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

Model Information

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

References

https://huggingface.co/liqing000/vietnamese-correction-t5

Included Models

  • DocumentAssembler
  • T5Transformer