Russian sent_rubert_large_pipeline pipeline BertSentenceEmbeddings from ai-forever

Description

Pretrained BertSentenceEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.sent_rubert_large_pipeline is a Russian model originally trained by ai-forever.

Download Copy S3 URI

How to use


pipeline = PretrainedPipeline("sent_rubert_large_pipeline", lang = "ru")
annotations =  pipeline.transform(df)   


val pipeline = new PretrainedPipeline("sent_rubert_large_pipeline", lang = "ru")
val annotations = pipeline.transform(df)

Model Information

Model Name: sent_rubert_large_pipeline
Type: pipeline
Compatibility: Spark NLP 5.4.2+
License: Open Source
Edition: Official
Language: ru
Size: 1.6 GB

References

https://huggingface.co/ai-forever/ruBert-large

Included Models

  • DocumentAssembler
  • TokenizerModel
  • SentenceDetectorDLModel
  • BertSentenceEmbeddings