Finance Sentiment

Finance Sentiment

These models are specialized for evaluating sentiment in financial news and market-related content. Unlike general-purpose sentiment models that often misclassify objective financial reporting as neutral, these models are fine-tuned to distinguish subtle positive, negative, and truly neutral signals in financial language.

Each language has its own dedicated model, trained and evaluated on high-quality financial datasets to capture language-specific nuances. This makes them particularly effective for applications such as market sentiment analysis, portfolio risk monitoring, trading signal generation, and financial news aggregation.

How to use

from transformers import pipeline
nlp = pipeline("sentiment-analysis", model="bardsai/finance-sentiment-fr-base")
nlp("Le chiffre d'affaires net a augmente de 30 % pour atteindre 36 millions d'euros.")
{'label': 'positive', 'score': 0.9999314546585083}

Performance Metrics

MetricValue
F1 Macro0.953
Precision0.959
Recall0.949
Accuracy0.961

FAQs

Looking to integrate AI into your
product or project?

Get a Free consultation with our AI experts.

Book a free consultation