CoolFace
Modelpublic

milyiyo/selectra-small-finetuned-amazon-review

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

selectra-small-finetuned-amazon-review

This model is a fine-tuned version of Recognai/selectra_small on the amazonreviewsmulti dataset. It achieves the following results on the evaluation set:

  • Loss: 0.6279
  • Accuracy: 0.737
  • F1: 0.7438
  • Precision: 0.7525
  • Recall: 0.737

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

Training results

Training LossEpochStepValidation LossAccuracyF1PrecisionRecall
No log0.55000.70410.71780.67240.67150.7178
0.79081.010000.63650.73560.72720.72110.7356
0.79081.515000.62040.73760.73800.73870.7376
0.63582.020000.61620.73860.73770.73800.7386
0.63582.525000.62280.72740.73900.75760.7274
0.58273.030000.61880.73780.74000.74250.7378
0.58273.535000.62460.73740.74160.74670.7374
0.54274.040000.62660.74460.74520.74650.7446
0.54274.545000.63310.73920.74210.74560.7392
0.51845.050000.62790.7370.74380.75250.737

Framework versions

  • Transformers 4.15.0
  • Pytorch 1.10.0+cu111
  • Datasets 1.17.0
  • Tokenizers 0.10.3