CoolFace
Modelpublic

Alassea/glue_sst_classifier

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

gluesstclassifier

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

  • —Loss: 0.2359
  • —F1: 0.9034
  • —Accuracy: 0.9014

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

Training results

Training LossEpochStepValidation LossF1Accuracy
0.36530.191000.32130.87170.8727
0.2910.382000.26620.89360.8911
0.22390.573000.24170.90810.9060
0.23060.764000.23590.91050.9094
0.21850.955000.23710.90110.8991

Framework versions

  • —Transformers 4.18.0
  • —Pytorch 1.11.0+cu113
  • —Datasets 2.1.0
  • —Tokenizers 0.12.1