CoolFace
Modelpublic

mcurmei/single_label_N_max_long_training

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

singlelabelNmaxlong_training

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

  • Loss: 2.8288

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: 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 Loss
3.05681.06741.9993
1.60242.013481.8497
1.01963.020221.9178
0.76224.026962.0412
0.60665.033702.2523
0.41366.040442.3845
0.31137.047182.5712
0.27778.053922.6790
0.2089.060662.7464
0.174910.067402.8288

Framework versions

  • Transformers 4.18.0
  • Pytorch 1.11.0+cu113
  • Datasets 2.2.1
  • Tokenizers 0.12.1