CoolFace
Modelpublic

Leon4gr45/bert-base-uncased-finetuned-crypto-buy-neutral-2-class

sourceHugging Faceapache-2.0updated 1y agoView on Hugging Face
0likes5downloads
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. -->

bert-base-uncased-finetuned-crypto-buy-neutral-2-class

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

  • —Loss: 0.6688
  • —Accuracy: 0.7021
  • —F1: 0.7039

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: 8
  • —evalbatchsize: 8
  • —seed: 42
  • —gradientaccumulationsteps: 8
  • —totaltrainbatch_size: 64
  • —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: 20
  • —mixedprecisiontraining: Native AMP

Training results

Training LossEpochStepValidation LossAccuracyF1
0.6961.090.66550.59570.4503
0.65912.0180.64010.64890.5928
0.61043.0270.60360.65430.6401
0.53534.0360.59030.65430.6513
0.46945.0450.57960.68090.6786
0.38056.0540.60140.67550.6758
0.32147.0630.62000.70210.7039
0.24698.0720.66880.70210.7039

Framework versions

  • —Transformers 4.56.1
  • —Pytorch 2.8.0+cu126
  • —Datasets 4.0.0
  • —Tokenizers 0.22.0