CoolFace
Modelpublic

tcapelle/fluency-scorer

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

fluency-scorer

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

  • Loss: 0.3830
  • F1: 0.8183
  • Accuracy: 0.8212
  • Precision: 0.8171
  • Recall: 0.8212

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: 3e-05
  • trainbatchsize: 8
  • evalbatchsize: 8
  • seed: 42
  • optimizer: Use OptimizerNames.ADAMWTORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizerargs=No additional optimizer arguments
  • lrschedulertype: cosine
  • lrschedulerwarmup_ratio: 0.1
  • num_epochs: 3

Training results

Training LossEpochStepValidation LossF1AccuracyPrecisionRecall
No log000.72140.53680.51680.62010.5168
0.58011.061580.40190.80690.80920.80560.8092
0.43542.0123160.38350.81760.82120.81650.8212
0.40893.0184740.38300.81830.82120.81710.8212

Framework versions

  • Transformers 4.48.1
  • Pytorch 2.4.1+cu121
  • Datasets 3.0.1
  • Tokenizers 0.21.0