Description
Pretrained T5Transformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.polish_denoiser_t5_base_pipeline
is a Polish model originally trained by radlab.
How to use
pipeline = PretrainedPipeline("polish_denoiser_t5_base_pipeline", lang = "pl")
annotations = pipeline.transform(df)
val pipeline = new PretrainedPipeline("polish_denoiser_t5_base_pipeline", lang = "pl")
val annotations = pipeline.transform(df)
Model Information
Model Name: | polish_denoiser_t5_base_pipeline |
Type: | pipeline |
Compatibility: | Spark NLP 5.4.2+ |
License: | Open Source |
Edition: | Official |
Language: | pl |
Size: | 1.2 GB |
References
https://huggingface.co/radlab/polish-denoiser-t5-base
Included Models
- DocumentAssembler
- T5Transformer