Danilo Toapanta commited on
Commit
3756451
1 Parent(s): 11ef092

Update README.md with model details, usage code, and download instructions

Browse files
Files changed (1) hide show
  1. README.md +5 -16
README.md CHANGED
@@ -23,22 +23,6 @@ license: mit
23
 
24
  This model is a fine-tuned version of DistilHuBERT for audio genre classification tasks. DistilHuBERT is a distilled variant of the HuBERT model, optimized for efficient and effective audio processing. This classifier is capable of categorizing audio files into various musical genres, leveraging the powerful representations learned by DistilHuBERT.
25
 
26
- ## Trigger words
27
-
28
- You should use `DistilHuBERT` to trigger the image generation.
29
-
30
- You should use `Audio Encoder` to trigger the image generation.
31
-
32
- You should use `Transfer Learning` to trigger the image generation.
33
-
34
-
35
- ## Download model
36
-
37
- Weights for this model are available in Safetensors,PyTorch format.
38
-
39
- [Download](/danilotpnta/HuBERT-Genre-Clf/tree/main) them in the Files & versions tab.
40
-
41
-
42
 
43
  ## Model Details:
44
 
@@ -80,6 +64,11 @@ print(f"Predicted genre: {model.config.id2label[predicted_class]}")
80
 
81
  The model achieves an impressive **80.63%** accuracy on the [GTZAN test dataset](https://www.kaggle.com/andradaolteanu/gtzan-dataset-music-genre-classification) for genre classification tasks, demonstrating its efficacy and reliability. This high level of performance makes it a valuable asset for various applications, including music recommendation systems and audio analysis tools.
82
 
 
 
 
 
 
83
 
84
  **License: MIT**
85
 
 
23
 
24
  This model is a fine-tuned version of DistilHuBERT for audio genre classification tasks. DistilHuBERT is a distilled variant of the HuBERT model, optimized for efficient and effective audio processing. This classifier is capable of categorizing audio files into various musical genres, leveraging the powerful representations learned by DistilHuBERT.
25
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
26
 
27
  ## Model Details:
28
 
 
64
 
65
  The model achieves an impressive **80.63%** accuracy on the [GTZAN test dataset](https://www.kaggle.com/andradaolteanu/gtzan-dataset-music-genre-classification) for genre classification tasks, demonstrating its efficacy and reliability. This high level of performance makes it a valuable asset for various applications, including music recommendation systems and audio analysis tools.
66
 
67
+ ## Download model
68
+
69
+ Weights for this model are available in Safetensors,PyTorch format.
70
+
71
+ [Download](/danilotpnta/HuBERT-Genre-Clf/tree/main) them in the Files & versions tab.
72
 
73
  **License: MIT**
74