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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -17,7 +17,8 @@ pipeline_tag: audio-classification
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
23
  - **Validation Accuracy**: 75%
 
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)**
22
 
23
  ## Metrics
24
  - **Validation Accuracy**: 75%