Polish plt5_base_msmarco_pipeline pipeline T5Transformer from clarin-knext

Description

Pretrained T5Transformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.plt5_base_msmarco_pipeline is a Polish model originally trained by clarin-knext.

Download Copy S3 URI

How to use


pipeline = PretrainedPipeline("plt5_base_msmarco_pipeline", lang = "pl")
annotations =  pipeline.transform(df)   


val pipeline = new PretrainedPipeline("plt5_base_msmarco_pipeline", lang = "pl")
val annotations = pipeline.transform(df)

Model Information

Model Name: plt5_base_msmarco_pipeline
Type: pipeline
Compatibility: Spark NLP 5.4.2+
License: Open Source
Edition: Official
Language: pl
Size: 1.2 GB

References

https://huggingface.co/clarin-knext/plt5-base-msmarco

Included Models

  • DocumentAssembler
  • T5Transformer