CoolFace
Modelpublic

Realgon/N_bert_twitterfin_padding20model

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

Nberttwitterfin_padding20model

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: 1.0103
  • —Accuracy: 0.8920

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: 16
  • —seed: 42
  • —optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • —lrschedulertype: linear
  • —num_epochs: 20

Training results

Training LossEpochStepValidation LossAccuracy
0.60261.05970.38490.8589
0.33072.011940.33510.8832
0.23063.017910.43050.8865
0.14154.023880.56730.8827
0.10185.029850.66320.8794
0.03966.035820.73220.8819
0.03677.041790.77200.8874
0.02538.047760.81550.8836
0.02819.053730.83040.8853
0.024610.059700.89400.8882
0.009111.065671.02410.8823
0.010212.071640.98210.8874
0.019213.077611.01440.8765
0.006414.083581.03860.8861
0.003315.089550.97370.8907
0.002916.095521.03720.8890
0.00217.0101491.00220.8928
0.001618.0107461.00810.8894
0.001719.0113431.01710.8915
0.002420.0119401.01030.8920

Framework versions

  • —Transformers 4.33.2
  • —Pytorch 2.0.1+cu117
  • —Datasets 2.14.5
  • —Tokenizers 0.13.3