Finnish t5_tiny_nl6_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_tiny_nl6_pipeline is a Finnish model originally trained by Finnish-NLP.

Download Copy S3 URI

How to use


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


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

Model Information

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

References

https://huggingface.co/Finnish-NLP/t5-tiny-nl6-finnish

Included Models

  • DocumentAssembler
  • T5Transformer