CoolFace
Modelpublic

SetFit/distilbert-base-uncased__sst2__train-16-6

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

distilbert-base-uncased_sst2_train-16-6

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

  • —Loss: 0.8356
  • —Accuracy: 0.6480

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

Training results

Training LossEpochStepValidation LossAccuracy
0.69781.070.68070.4286
0.64822.0140.67750.4286
0.60513.0210.66230.5714
0.4864.0280.67100.5714
0.46125.0350.53250.7143
0.22336.0420.49920.7143
0.13287.0490.47530.7143
0.09058.0560.24161.0
0.04139.0630.20791.0
0.035610.0700.22340.8571
0.021711.0770.26390.8571
0.012112.0840.29770.8571
0.010513.0910.34680.8571
0.008514.0980.39120.8571
0.007715.01050.40000.8571
0.007116.01120.40150.8571
0.007817.01190.38650.8571
0.005918.01260.36030.8571
0.005119.01330.32310.8571

Framework versions

  • —Transformers 4.15.0
  • —Pytorch 1.10.2+cu102
  • —Datasets 1.18.2
  • —Tokenizers 0.10.3