English cardiffnlp_twitter_roberta_base_sentiment_latest_news_abhijit_pipeline pipeline XlmRoBertaForSequenceClassification from jayanta

Description

Pretrained XlmRoBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.cardiffnlp_twitter_roberta_base_sentiment_latest_news_abhijit_pipeline is a English model originally trained by jayanta.

Download Copy S3 URI

How to use


pipeline = PretrainedPipeline("cardiffnlp_twitter_roberta_base_sentiment_latest_news_abhijit_pipeline", lang = "en")
annotations =  pipeline.transform(df)   


val pipeline = new PretrainedPipeline("cardiffnlp_twitter_roberta_base_sentiment_latest_news_abhijit_pipeline", lang = "en")
val annotations = pipeline.transform(df)

Model Information

Model Name: cardiffnlp_twitter_roberta_base_sentiment_latest_news_abhijit_pipeline
Type: pipeline
Compatibility: Spark NLP 5.5.0+
License: Open Source
Edition: Official
Language: en
Size: 795.8 MB

References

https://huggingface.co/jayanta/cardiffnlp-twitter-roberta-base-sentiment-latest-news-abhijit

Included Models

  • DocumentAssembler
  • TokenizerModel
  • XlmRoBertaForSequenceClassification