CoolFace
Modelpublic

MariaK/distilhubert-finetuned-gtzan-v2

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

distilhubert-finetuned-gtzan-v2

This model is a fine-tuned version of ntu-spml/distilhubert on the GTZAN dataset. It achieves the following results on the evaluation set:

  • —Loss: 0.4959
  • —Accuracy: 0.87

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

Training results

Training LossEpochStepValidation LossAccuracy
1.75071.01131.80330.42
1.25922.02261.17100.71
1.0393.03390.90220.73
0.61224.04520.69540.82
0.46545.05650.69440.84
0.28956.06780.53930.85
0.21147.07910.51970.86
0.19978.09040.51950.85
0.12829.010170.48830.87
0.303110.011300.49590.87

Framework versions

  • —Transformers 4.29.2
  • —Pytorch 2.0.1+cu118
  • —Datasets 2.12.0
  • —Tokenizers 0.13.3