CoolFace
Modelpublic

rkrstacic/bpmn-task-extractor

sourceHugging Facemitupdated 4y agoView on Hugging Face
1likes18downloads
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. -->

bpmn-task-extractor

This model is a fine-tuned version of xlm-roberta-base on the None dataset. It achieves the following results on the evaluation set:

  • —Loss: 0.0970
  • —Precision: 0.95
  • —Recall: 0.95
  • —F1: 0.9500
  • —Accuracy: 0.9888

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

Training results

Training LossEpochStepValidation LossPrecisionRecallF1Accuracy
No log1.011.08130.30770.20.24240.6404
No log2.020.72960.47830.550.51160.7191
No log3.030.50970.61110.550.57890.8090
No log4.040.36830.70590.60.64860.8652
No log5.050.29260.750.60.66670.8539
No log6.060.22680.76470.650.70270.8764
No log7.070.16990.77780.70.73680.9101
No log8.080.12730.80.80.80000.9438
No log9.090.10610.950.950.95000.9888
No log10.0100.09700.950.950.95000.9888

Framework versions

  • —Transformers 4.21.3
  • —Pytorch 1.12.1+cu113
  • —Datasets 2.4.0
  • —Tokenizers 0.12.1