French finance_sentiment_french_base_pipeline pipeline CamemBertForSequenceClassification from bardsai

Description

Pretrained CamemBertForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.finance_sentiment_french_base_pipeline is a French model originally trained by bardsai.

Download Copy S3 URI

How to use


pipeline = PretrainedPipeline("finance_sentiment_french_base_pipeline", lang = "fr")
annotations =  pipeline.transform(df)   


val pipeline = new PretrainedPipeline("finance_sentiment_french_base_pipeline", lang = "fr")
val annotations = pipeline.transform(df)

Model Information

Model Name: finance_sentiment_french_base_pipeline
Type: pipeline
Compatibility: Spark NLP 5.5.1+
License: Open Source
Edition: Official
Language: fr
Size: 394.5 MB

References

https://huggingface.co/bardsai/finance-sentiment-fr-base

Included Models

  • DocumentAssembler
  • TokenizerModel
  • CamemBertForSequenceClassification