CoolFace
Modelpublic

arzans9/chatbot

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

chatbot

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

  • Loss: 0.6024
  • Accuracy: 0.8958
  • F1: 0.8910
  • Precision: 0.8846
  • Recall: 0.9295

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

Training results

Training LossEpochStepValidation LossAccuracyF1PrecisionRecall
2.988610.0502.57140.27080.18330.15470.2949
1.358420.01001.10080.85420.84960.86220.9071
0.163930.01500.60930.89580.88970.89100.9295
0.013640.02000.60920.91670.91120.90710.9423
0.00750.02500.60240.89580.89100.88460.9295

Framework versions

  • Transformers 4.37.2
  • Pytorch 2.2.0+cu121
  • Tokenizers 0.15.2