olegs's picture
update model card README.md
0dbc738
---
license: apache-2.0
base_model: bookbot/distil-ast-audioset
tags:
- generated_from_trainer
datasets:
- marsyas/gtzan
metrics:
- accuracy
model-index:
- name: distil-ast-audioset-finetuned-gtzan
results:
- task:
name: Audio Classification
type: audio-classification
dataset:
name: GTZAN
type: marsyas/gtzan
config: all
split: train
args: all
metrics:
- name: Accuracy
type: accuracy
value: 0.93
---
<!-- 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. -->
# distil-ast-audioset-finetuned-gtzan
This model is a fine-tuned version of [bookbot/distil-ast-audioset](https://huggingface.co/bookbot/distil-ast-audioset) on the GTZAN dataset.
It achieves the following results on the evaluation set:
- Loss: 0.5022
- Accuracy: 0.93
## 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
- train_batch_size: 8
- eval_batch_size: 8
- seed: 42
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: linear
- lr_scheduler_warmup_ratio: 0.1
- num_epochs: 20
### Training results
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
| 0.8727 | 1.0 | 113 | 0.6650 | 0.81 |
| 0.6665 | 2.0 | 226 | 0.7639 | 0.74 |
| 0.5306 | 3.0 | 339 | 0.6683 | 0.76 |
| 0.2793 | 4.0 | 452 | 0.7423 | 0.82 |
| 0.0867 | 5.0 | 565 | 0.6301 | 0.85 |
| 0.0156 | 6.0 | 678 | 0.8905 | 0.83 |
| 0.2298 | 7.0 | 791 | 0.4492 | 0.92 |
| 0.0073 | 8.0 | 904 | 0.9028 | 0.83 |
| 0.0664 | 9.0 | 1017 | 0.6387 | 0.85 |
| 0.0001 | 10.0 | 1130 | 0.5022 | 0.87 |
| 0.0001 | 11.0 | 1243 | 0.4047 | 0.91 |
| 0.0 | 12.0 | 1356 | 0.3988 | 0.92 |
| 0.0 | 13.0 | 1469 | 0.6225 | 0.91 |
| 0.0 | 14.0 | 1582 | 0.6075 | 0.86 |
| 0.0 | 15.0 | 1695 | 0.5259 | 0.89 |
| 0.0 | 16.0 | 1808 | 0.5014 | 0.92 |
| 0.0 | 17.0 | 1921 | 0.5004 | 0.93 |
| 0.0 | 18.0 | 2034 | 0.5008 | 0.93 |
| 0.0 | 19.0 | 2147 | 0.5022 | 0.93 |
| 0.0 | 20.0 | 2260 | 0.5022 | 0.93 |
### Framework versions
- Transformers 4.31.0.dev0
- Pytorch 2.0.0
- Datasets 2.1.0
- Tokenizers 0.13.3