takala/financial_phrasebank
Updated • 7.64k • 269
A fine-tuned version of distilbert/distilbert-base-uncased for financial
text sentiment classification (negative / neutral / positive).
```python from transformers import pipeline
classifier = pipeline("text-classification", model="leplebi/finbert-sentiment-tr", top_k=None) classifier("The company reported strong quarterly earnings.") ```
f1_macro)| Metric | Value |
|---|---|
| Accuracy | 0.8638 |
| F1 Macro | 0.8497 |
| F1 Weighted | 0.8636 |
| Precision Macro | 0.8372 |
| Recall Macro | 0.8675 |
This model was trained using the Financial PhraseBank dataset (Malo et al., 2014), which is distributed under an academic/research license. Please review the original license terms before any commercial use.
Base model
distilbert/distilbert-base-uncased