Russian ruroberta_distilled_pipeline pipeline RoBertaEmbeddings from d0rj

Description

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

Download Copy S3 URI

How to use


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


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

Model Information

Model Name: ruroberta_distilled_pipeline
Type: pipeline
Compatibility: Spark NLP 5.5.0+
License: Open Source
Edition: Official
Language: ru
Size: 432.0 MB

References

https://huggingface.co/d0rj/ruRoberta-distilled

Included Models

  • DocumentAssembler
  • TokenizerModel
  • RoBertaEmbeddings