CoolFace
Modelpublic

Realgon/N_bert_twitterfin_padding50model

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

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.0004
  • —Accuracy: 0.8874

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.62111.05970.39620.8492
0.33412.011940.31310.8911
0.22333.017910.42540.8874
0.15354.023880.63560.8819
0.11045.029850.63530.8886
0.03626.035820.70470.8886
0.03377.041790.71460.8865
0.028.047760.71710.8869
0.02719.053730.75340.8907
0.017310.059700.80210.8949
0.014811.065670.82000.8894
0.007312.071640.96400.8823
0.008213.077610.91430.8823
0.009314.083580.98540.8827
0.005815.089550.93010.8911
0.003616.095520.95590.8844
0.00317.0101490.96670.8915
0.001918.0107460.98770.8915
0.002319.0113430.99000.8878
0.002720.0119401.00040.8874

Framework versions

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