English ft_mrm8488_distilroberta_finetuned_financial_news_sentiment_analysis_rnribeiro_pipeline pipeline RoBertaForSequenceClassification from rnribeiro

Description

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

Download Copy S3 URI

How to use


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


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

Model Information

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

References

https://huggingface.co/rnribeiro/FT-mrm8488-distilroberta-finetuned-financial-news-sentiment-analysis

Included Models

  • DocumentAssembler
  • TokenizerModel
  • RoBertaForSequenceClassification