Kannada kanberto_pipeline pipeline RoBertaEmbeddings from Naveen-k

Description

Pretrained RoBertaEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.kanberto_pipeline is a Kannada model originally trained by Naveen-k.

Download Copy S3 URI

How to use


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


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

Model Information

Model Name: kanberto_pipeline
Type: pipeline
Compatibility: Spark NLP 5.5.0+
License: Open Source
Edition: Official
Language: kn
Size: 311.8 MB

References

https://huggingface.co/Naveen-k/KanBERTo

Included Models

  • DocumentAssembler
  • TokenizerModel
  • RoBertaEmbeddings