Russian ruroberta_large_russian_go_emotions_pipeline pipeline RoBertaForSequenceClassification from fyaronskiy

Description

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

Download Copy S3 URI

How to use


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


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

Model Information

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

References

https://huggingface.co/fyaronskiy/ruRoberta-large-ru-go-emotions

Included Models

  • DocumentAssembler
  • TokenizerModel
  • RoBertaForSequenceClassification