CoolFace
Modelpublic

bencyc1129/mitre-bert-base-cased

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

mitre-bert-base-cased

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

  • Loss: 1.0145
  • Accuracy: 0.6994

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

Training results

Training LossEpochStepValidation LossAccuracy
1.27610.685000.84530.6864
0.74481.3610000.75660.7164
0.60562.0415000.71870.7318
0.47632.7220000.71340.7307
0.42763.4125000.76040.7420
0.38554.0930000.74930.7362
0.33034.7735000.77270.7423
0.3135.4540000.80530.7263
0.29486.1345000.85550.7280
0.27796.8150000.88390.7127
0.25267.4955000.90970.7144
0.25768.1760000.94210.7171
0.24618.8665000.98210.7018
0.23579.5470001.01450.6994

Framework versions

  • Transformers 4.38.2
  • Pytorch 2.2.1+cu121
  • Datasets 2.18.0
  • Tokenizers 0.15.2