Finnish t5_mini_nl8_pipeline pipeline T5Transformer from Finnish-NLP

Description

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

Download Copy S3 URI

How to use


pipeline = PretrainedPipeline("t5_mini_nl8_pipeline", lang = "fi")
annotations =  pipeline.transform(df)   


val pipeline = new PretrainedPipeline("t5_mini_nl8_pipeline", lang = "fi")
val annotations = pipeline.transform(df)

Model Information

Model Name: t5_mini_nl8_pipeline
Type: pipeline
Compatibility: Spark NLP 5.4.2+
License: Open Source
Edition: Official
Language: fi
Size: 315.8 MB

References

https://huggingface.co/Finnish-NLP/t5-mini-nl8-finnish

Included Models

  • DocumentAssembler
  • T5Transformer