Tamil sent_tamil_mlm_pipeline pipeline BertSentenceEmbeddings from viswadarshan06

Description

Pretrained BertSentenceEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.sent_tamil_mlm_pipeline is a Tamil model originally trained by viswadarshan06.

Download Copy S3 URI

How to use


pipeline = PretrainedPipeline("sent_tamil_mlm_pipeline", lang = "ta")
annotations =  pipeline.transform(df)   


val pipeline = new PretrainedPipeline("sent_tamil_mlm_pipeline", lang = "ta")
val annotations = pipeline.transform(df)

Model Information

Model Name: sent_tamil_mlm_pipeline
Type: pipeline
Compatibility: Spark NLP 5.5.1+
License: Open Source
Edition: Official
Language: ta
Size: 1.0 GB

References

https://huggingface.co/viswadarshan06/Tamil-MLM

Included Models

  • DocumentAssembler
  • TokenizerModel
  • SentenceDetectorDLModel
  • BertSentenceEmbeddings