CoolFace
Modelpublic

jtlicardo/distilbert-bpmn

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

distilbert-bpmn

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

  • —Loss: 0.3311
  • —Precision: 0.7852
  • —Recall: 0.8375
  • —F1: 0.8105
  • —Accuracy: 0.9275

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: 8
  • —evalbatchsize: 8
  • —seed: 42
  • —optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • —lrschedulertype: linear
  • —num_epochs: 15

Training results

Training LossEpochStepValidation LossPrecisionRecallF1Accuracy
2.03921.0121.59990.21620.23330.22440.5017
1.34392.0241.01970.37860.48750.42620.7133
0.84033.0360.63980.56640.6750.61600.8333
0.49414.0480.46370.67750.77920.72480.8765
0.32275.0600.37010.72620.79580.75940.9041
0.22066.0720.32860.750.81250.780.9231
0.17627.0840.33300.75970.81670.78710.9180
0.12618.0960.31590.79520.8250.80980.9266
0.11219.01080.32050.78600.84170.81290.9275
0.090210.01200.30900.80710.85420.83000.9326
0.0811.01320.32000.78210.83750.80890.9266
0.078912.01440.32260.79150.85420.82160.9283
0.065413.01560.33110.78520.83750.81050.9275

Framework versions

  • —Transformers 4.26.1
  • —Pytorch 1.13.1+cu116
  • —Datasets 2.10.1
  • —Tokenizers 0.13.2