gastonduault commited on
Commit
aec7571
·
verified ·
1 Parent(s): aada626

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -15,7 +15,7 @@ pipeline_tag: audio-classification
15
  ---
16
 
17
  # Music Genre Classification Model 🎶
18
- This model classifies music genres based on audio signals.
19
  It was fine-tuned on the model **[Wav2Vec2](https://huggingface.co/facebook/wav2vec2-large)** and using the datasets **[music_genres_small](https://huggingface.co/datasets/lewtun/music_genres_small)**.
20
 
21
  You can find a **GitHub** repository with an interface hosted by a Flask API to test the model: **[music-classifier repository](https://github.com/gastonduault/Music-Classifier)**
 
15
  ---
16
 
17
  # Music Genre Classification Model 🎶
18
+ This model classifies music genres based on audio signals (.wav).
19
  It was fine-tuned on the model **[Wav2Vec2](https://huggingface.co/facebook/wav2vec2-large)** and using the datasets **[music_genres_small](https://huggingface.co/datasets/lewtun/music_genres_small)**.
20
 
21
  You can find a **GitHub** repository with an interface hosted by a Flask API to test the model: **[music-classifier repository](https://github.com/gastonduault/Music-Classifier)**