Update README.md
Browse files
README.md
CHANGED
@@ -15,23 +15,21 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
# wav2vec2-base-one-shot-hip-hop-drums-clf
|
17 |
|
18 |
-
This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on
|
19 |
It achieves the following results on the evaluation set:
|
20 |
- Loss: 0.2463
|
21 |
- Accuracy: 0.9243
|
22 |
|
23 |
## Model description
|
24 |
|
25 |
-
|
26 |
|
27 |
## Intended uses & limitations
|
28 |
|
29 |
-
|
30 |
|
31 |
## Training and evaluation data
|
32 |
|
33 |
-
More information needed
|
34 |
-
|
35 |
## Training procedure
|
36 |
|
37 |
### Training hyperparameters
|
|
|
15 |
|
16 |
# wav2vec2-base-one-shot-hip-hop-drums-clf
|
17 |
|
18 |
+
This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on [yojul/one-shot-hip-hop-drums](https://huggingface.co/yojul/one-shot-hip-hop-drums).
|
19 |
It achieves the following results on the evaluation set:
|
20 |
- Loss: 0.2463
|
21 |
- Accuracy: 0.9243
|
22 |
|
23 |
## Model description
|
24 |
|
25 |
+
This a model is a classifier of one-shot drum sample, it has been trained on 17k hip-hop drum samples. It is able to classify samples within 7 classes : Kicks, Snares, Cymbals, Open-hats, Hi-hats, 808s, Claps.
|
26 |
|
27 |
## Intended uses & limitations
|
28 |
|
29 |
+
It might be used to automatically sort large number of drum samples when there are no prior knowledge on metadata. The model can take any audio file as input, but note that it has been trained on audio files downsampled at 16kHz.
|
30 |
|
31 |
## Training and evaluation data
|
32 |
|
|
|
|
|
33 |
## Training procedure
|
34 |
|
35 |
### Training hyperparameters
|