CoolFace
Modelpublic

akseljoonas/finance-sentiment-classifier

sourceHugging Faceupdated 8mo agoView on Hugging Face
0likes15downloads
Model Card

<!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this comment. -->

finance-sentiment-classifier

This model is a fine-tuned version of ProsusAI/finbert on an unknown dataset. It achieves the following results on the evaluation set:

  • —Loss: 0.3186
  • —Accuracy: 0.9203
  • —F1: 0.9202

Model description

More information needed

Intended uses & limitations

More information needed

Training and evaluation data

More information needed

Training procedure

Training hyperparameters

The following hyperparameters were used during training:

  • —learning_rate: 2e-05
  • —trainbatchsize: 32
  • —evalbatchsize: 64
  • —seed: 42
  • —optimizer: Use OptimizerNames.ADAMWTORCHFUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
  • —lrschedulertype: linear
  • —lrschedulerwarmup_ratio: 0.1
  • —num_epochs: 3
  • —mixedprecisiontraining: Native AMP

Training results

Training LossEpochStepValidation LossAccuracyF1
0.60050.19995000.52200.79700.7954
0.45180.399810000.39910.85460.8540
0.37730.599815000.32310.88130.8808
0.33750.799720000.30250.88780.8881
0.29820.999625000.27350.89770.8971
0.20571.199530000.30280.90350.9026
0.20011.399435000.26240.91230.9119
0.20341.599440000.24500.91710.9170
0.16311.799345000.25470.91800.9179
0.16911.999250000.23790.91890.9189
0.10772.199155000.29820.91900.9186
0.12882.399060000.27720.92010.9199
0.11142.599065000.28470.92200.9220
0.11282.798970000.28790.92340.9233
0.09692.998875000.29200.92360.9234

Framework versions

  • —Transformers 4.57.6
  • —Pytorch 2.9.1+cu128
  • —Datasets 4.5.0
  • —Tokenizers 0.22.2