Hindi hinglish_twitter_roberta_base_sentiment_pipeline pipeline RoBertaForSequenceClassification from pascalrai

Description

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

Download Copy S3 URI

How to use


pipeline = PretrainedPipeline("hinglish_twitter_roberta_base_sentiment_pipeline", lang = "hi")
annotations =  pipeline.transform(df)   


val pipeline = new PretrainedPipeline("hinglish_twitter_roberta_base_sentiment_pipeline", lang = "hi")
val annotations = pipeline.transform(df)

Model Information

Model Name: hinglish_twitter_roberta_base_sentiment_pipeline
Type: pipeline
Compatibility: Spark NLP 5.4.2+
License: Open Source
Edition: Official
Language: hi
Size: 468.3 MB

References

https://huggingface.co/pascalrai/hinglish-twitter-roberta-base-sentiment

Included Models

  • DocumentAssembler
  • TokenizerModel
  • RoBertaForSequenceClassification