CoolFace
Modelpublic

Petri99/MBERT-Clinc

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

MBERT-Clinc

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

  • —Loss: 0.1834
  • —Accuracy: 0.9681
  • —F1: 0.9677

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: 8
  • —seed: 42
  • —optimizer: Use OptimizerNames.ADAMWTORCHFUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
  • —lrschedulertype: cosine
  • —num_epochs: 5

Training results

Training LossEpochStepValidation LossAccuracyF1
1.56350.41932000.41600.89320.8911
0.27620.83864000.24210.93870.9371
0.13151.25796000.30100.93900.9376
0.08011.67718000.23050.95520.9547
0.07362.096410000.23060.95770.9573
0.02882.515712000.23890.95450.9532
0.01592.935014000.19330.96610.9656
0.00693.354316000.18570.96520.9648
0.00623.773618000.18070.96770.9674
0.00614.192920000.18410.96740.9671
0.00114.612222000.18340.96810.9677

Framework versions

  • —Transformers 4.57.1
  • —Pytorch 2.8.0+cu126
  • —Datasets 4.0.0
  • —Tokenizers 0.22.1