CoolFace
Modelpublic

cleandata/distilhubert-finetuned-gtzan_accuracy_93

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

This model is a fine-tuned version of yuval6967/distilhubert-finetuned-gtzan on the GTZAN dataset.

It achieves the following results on the evaluation set:

  • —Loss: 0.5121
  • —_Accuracy: 0.93_

Model description

Intended uses & limitations

  • —Model is built to identify the genre of music based on a ~30 sec clip

Training and evaluation data

More information needed

Training procedure

  • —test_size = 0.20 was used for the split

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

Training results

Training LossEpochStepValidation LossAccuracy
0.03161.01000.43380.895
0.00312.02000.70390.86
0.00693.03000.45260.925
0.17994.04000.70710.88
0.17835.05000.59230.92
0.00116.06000.54980.92
0.00057.07000.49270.925
0.00058.08000.61720.915
0.00049.09000.49880.925
0.000410.010000.51210.93

Framework versions

  • —Transformers 4.30.2
  • —Pytorch 2.0.1+cu118
  • —Datasets 2.13.1
  • —Tokenizers 0.13.3