CoolFace
Modelpublic

zera09/sapect_complaint_spanbert

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes7downloads
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. -->

sapectcomplaintspanbert

This model is a fine-tuned version of SpanBERT/spanbert-large-cased on the None dataset. It achieves the following results on the evaluation set:

  • Loss: 0.1905
  • F1: 0.7365
  • Roc Auc: 0.8250
  • Accuracy: 0.5052

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: 5

Training results

Training LossEpochStepValidation LossF1Roc AucAccuracy
0.2841.05820.22610.65430.77330.3720
0.20632.011640.19650.71130.80030.4338
0.18223.017460.19350.71970.80620.4416
0.16324.023280.19180.73250.82100.4897
0.14085.029100.19050.73650.82500.5052

Framework versions

  • Transformers 4.41.1
  • Pytorch 1.13.1+cu117
  • Datasets 2.19.1
  • Tokenizers 0.19.1