CoolFace
Modelpublic

ruirui0506/dividend-risk-bert

sourceHugging Faceapache-2.0updated 6mo agoView on Hugging Face
0likes3downloads
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. -->

dividend-risk-bert

This model is a fine-tuned version of distilbert-base-uncased on the None dataset. It achieves the following results on the evaluation set:

  • —Loss: 1.9985
  • —Accuracy: 0.4444
  • —F1 Macro: 0.3611
  • —F1 Weighted: 0.3611

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: 3e-05
  • —trainbatchsize: 8
  • —evalbatchsize: 16
  • —seed: 42
  • —optimizer: Use OptimizerNames.ADAMWTORCHFUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
  • —lrschedulertype: cosine
  • —lrschedulerwarmup_steps: 0.15
  • —num_epochs: 10
  • —mixedprecisiontraining: Native AMP

Training results

Training LossEpochStepValidation LossAccuracyF1 MacroF1 Weighted
1.08131.0211.10140.33330.28150.2815
0.83652.0421.11680.33330.28150.2815
0.29823.0631.05940.55560.54600.5460
0.05384.0841.45950.55560.54600.5460
0.01685.01051.88320.44440.36110.3611
0.01116.01261.99850.44440.36110.3611

Framework versions

  • —Transformers 5.0.0
  • —Pytorch 2.10.0+cu128
  • —Datasets 4.0.0
  • —Tokenizers 0.22.2