English sentiment_sentiment_small_temporal_bernice_pipeline pipeline XlmRoBertaForSequenceClassification from tweettemposhift

Description

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

Download Copy S3 URI

How to use


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


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

Model Information

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

References

https://huggingface.co/tweettemposhift/sentiment-sentiment_small_temporal-bernice

Included Models

  • DocumentAssembler
  • TokenizerModel
  • XlmRoBertaForSequenceClassification