Description
Pretrained T5Transformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.vietnamese_gec_wer_pipeline
is a Vietnamese model originally trained by Huyen2310.
How to use
pipeline = PretrainedPipeline("vietnamese_gec_wer_pipeline", lang = "vi")
annotations = pipeline.transform(df)
val pipeline = new PretrainedPipeline("vietnamese_gec_wer_pipeline", lang = "vi")
val annotations = pipeline.transform(df)
Model Information
Model Name: | vietnamese_gec_wer_pipeline |
Type: | pipeline |
Compatibility: | Spark NLP 5.4.2+ |
License: | Open Source |
Edition: | Official |
Language: | vi |
Size: | 1.0 GB |
References
https://huggingface.co/Huyen2310/Vi-gec-wer
Included Models
- DocumentAssembler
- T5Transformer