beltrewilton commited on
Commit
6c295c4
1 Parent(s): 05bea3d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -37,7 +37,7 @@ It achieves the following results on the evaluation set:
37
 
38
  ## Model description
39
 
40
- This model was generated as part of the [HF Audio course](https://huggingface.co/learn/audio-course/), I enjoyed it and currently this architecture achieves an amazing accuracy of 0.9 on the audio classification task.
41
 
42
  The Audio Spectrogram Transformer is equivalent to [ViT](https://huggingface.co/docs/transformers/model_doc/vit), but applied on audio. Audio is first turned into an image (as a spectrogram), after which a Vision Transformer is applied. The model gets state-of-the-art results on several audio classification benchmarks.
43
 
 
37
 
38
  ## Model description
39
 
40
+ This model was generated as part of the [HF Audio course](https://huggingface.co/learn/audio-course/), I enjoyed it and currently this architecture achieves an amazing accuracy of 0.9 on music-genre classification task.
41
 
42
  The Audio Spectrogram Transformer is equivalent to [ViT](https://huggingface.co/docs/transformers/model_doc/vit), but applied on audio. Audio is first turned into an image (as a spectrogram), after which a Vision Transformer is applied. The model gets state-of-the-art results on several audio classification benchmarks.
43