CoolFace
Modelpublic

krishdebroy/reward-bert-full-sft

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

reward-bert-full-sft

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

  • —Loss: 0.0324

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
  • —gradientaccumulationsteps: 2
  • —totaltrainbatch_size: 32
  • —optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • —lrschedulertype: linear
  • —num_epochs: 5
  • —mixedprecisiontraining: Native AMP

Training results

Training LossEpochStepValidation Loss
0.00130.4500.0230
0.00030.81000.0278
0.00761.21500.0296
0.00071.62000.0324

Framework versions

  • —Transformers 4.45.2
  • —Pytorch 2.8.0+cu126
  • —Datasets 4.4.2
  • —Tokenizers 0.20.3