This model is a fine-tuned version of MIT/ast-finetuned-audioset-10-10-0.4593 on the audiofolder dataset. It achieves the following results on the evaluation set:
- Loss: 0.3349
- Accuracy: 0.9256
The following hyperparameters were used during training:
- learning_rate: 5e-05
- train_batch_size: 32
- eval_batch_size: 16
- seed: 42
- gradient_accumulation_steps: 4
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: linear
- num_epochs: 10
- mixed_precision_training: Native AMP
Training Loss | Epoch | Step | Validation Loss | Accuracy |
---|---|---|---|---|
0.3207 | 10.0 | 740 | 0.3349 | 0.9256 |
- Transformers 4.26.1
- Pytorch 1.13.1+cu116
- Datasets 2.10.1
- Tokenizers 0.13.2