Kannada knt5_base_pipeline pipeline T5Transformer from shraajan

Description

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

Download Copy S3 URI

How to use


pipeline = PretrainedPipeline("knt5_base_pipeline", lang = "kn")
annotations =  pipeline.transform(df)   


val pipeline = new PretrainedPipeline("knt5_base_pipeline", lang = "kn")
val annotations = pipeline.transform(df)

Model Information

Model Name: knt5_base_pipeline
Type: pipeline
Compatibility: Spark NLP 5.5.1+
License: Open Source
Edition: Official
Language: kn
Size: 475.9 MB

References

https://huggingface.co/shraajan/knt5-base

Included Models

  • DocumentAssembler
  • T5Transformer