CoolFace
Modelpublic

DarshanDeshpande/distilbert_social_reasoning_reward_model

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

distilbertsocialreasoningrewardmodel

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

  • —Loss: 0.6309
  • —Accuracy: 0.6958

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: 0.0005
  • —trainbatchsize: 16
  • —evalbatchsize: 16
  • —seed: 42
  • —gradientaccumulationsteps: 4
  • —totaltrainbatch_size: 64
  • —optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • —lrschedulertype: cosine
  • —lrschedulerwarmup_steps: 10
  • —num_epochs: 3

Training results

Training LossEpochStepValidation LossAccuracy
0.66180.24100.65050.6725
0.63570.48200.63730.6497
0.64570.72300.62260.6725
0.6460.96400.64370.6778
0.64481.2500.75650.6287
0.63391.44600.63650.6655
0.62071.68700.66940.6778
0.62171.92800.63510.6340
0.59282.16900.72450.6497
0.59382.41000.67390.6497
0.58732.631100.68110.6357
0.54422.871200.67740.6375

Framework versions

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