Financial Sentiment BERT (FinBERT fine-tune)

Sentence-level classifier for English financial news.

Item Value
Base model ProsusAI/finbert
Dataset Financial PhraseBank
Labels positive (0) · negative (1) · neutral (2)
Epochs 3 (early-stopped)
Best val acc 0.8356
Test acc 0.81
Hardware CPU-only training

Usage

from transformers import AutoTokenizer, AutoModelForSequenceClassification
tok   = AutoTokenizer.from_pretrained("Kroalist/financial-sentiment-bert")
model = AutoModelForSequenceClassification.from_pretrained("Kroalist/financial-sentiment-bert")

Last updated: 2025-04-23

Downloads last month
12
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for Kroalist/financial-sentiment-bert

Base model

ProsusAI/finbert
Finetuned
(83)
this model

Evaluation results