Russian ruscibert_pipeline pipeline RoBertaEmbeddings from ai-forever

Description

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

Download Copy S3 URI

How to use


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


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

Model Information

Model Name: ruscibert_pipeline
Type: pipeline
Compatibility: Spark NLP 5.4.2+
License: Open Source
Edition: Official
Language: ru
Size: 463.7 MB

References

https://huggingface.co/ai-forever/ruSciBERT

Included Models

  • DocumentAssembler
  • TokenizerModel
  • RoBertaEmbeddings