CoolFace
Modelpublic

am-codes/finbert-finetuned

sourceHugging Faceupdated 25d agoView on Hugging Face
0likes20downloads
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. -->

finbert-finetuned

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.4341
  • Accuracy: 0.8607
  • F1: 0.8618
  • Precision: 0.8631
  • Recall: 0.8607

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: 16
  • evalbatchsize: 32
  • 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
  • num_epochs: 3
  • mixedprecisiontraining: Native AMP

Training results

Training LossEpochStepValidation LossAccuracyF1PrecisionRecall
0.56751.05370.43610.84920.84510.84820.8492
0.28822.010740.43410.86070.86180.86310.8607
0.16203.016110.48820.86180.86080.86010.8618

Framework versions

  • Transformers 5.15.1
  • Pytorch 2.11.0+cu128
  • Datasets 4.0.0
  • Tokenizers 0.22.2