CoolFace
Modelpublic

amitkayal/bert-finetuned-sem_eval-english

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

bert-finetuned-sem_eval-english

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

  • —Loss: 0.3131
  • —F1: 0.7114
  • —Roc Auc: 0.8046
  • —Accuracy: 0.2810

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.40671.08550.32050.67560.77660.2709
0.28282.017100.30620.70580.79730.3014
0.2393.025650.31220.71000.80380.2810
0.21454.034200.31310.71140.80460.2810
0.18885.042750.31670.70960.80220.2844

Framework versions

  • —Transformers 4.21.1
  • —Pytorch 1.12.0+cu113
  • —Datasets 2.4.0
  • —Tokenizers 0.12.1