gastonduault commited on
Commit
f55b848
·
verified ·
1 Parent(s): 830dc58

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -15,7 +15,8 @@ pipeline_tag: audio-classification
15
  ---
16
 
17
  # Music Genre Classification Model 🎶
18
- This model classifies music genres based on audio signals. It was fine-tuned on the `music_genres_small` dataset using the Wav2Vec2 architecture.
 
19
  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)**
20
 
21
  ## Metrics
 
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
  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)**
21
 
22
  ## Metrics