English google_play_sentiment_analysis_lucas_wa_pipeline pipeline BertForSequenceClassification from lucas-wa

Description

Pretrained BertForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.google_play_sentiment_analysis_lucas_wa_pipeline is a English model originally trained by lucas-wa.

Download Copy S3 URI

How to use


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


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

Model Information

Model Name: google_play_sentiment_analysis_lucas_wa_pipeline
Type: pipeline
Compatibility: Spark NLP 5.5.1+
License: Open Source
Edition: Official
Language: en
Size: 408.2 MB

References

https://huggingface.co/lucas-wa/google-play-sentiment-analysis

Included Models

  • DocumentAssembler
  • TokenizerModel
  • BertForSequenceClassification