Russian sent_test_pipeline pipeline BertSentenceEmbeddings from k0t1k

Description

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

Download Copy S3 URI

How to use


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


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

Model Information

Model Name: sent_test_pipeline
Type: pipeline
Compatibility: Spark NLP 5.5.1+
License: Open Source
Edition: Official
Language: ru
Size: 44.4 MB

References

https://huggingface.co/k0t1k/test

Included Models

  • DocumentAssembler
  • TokenizerModel
  • SentenceDetectorDLModel
  • BertSentenceEmbeddings