jpdiazpardo
commited on
Commit
•
4151aee
1
Parent(s):
f9fa6a9
End of training
Browse files- README.md +26 -17
- pytorch_model.bin +1 -1
README.md
CHANGED
@@ -6,33 +6,34 @@ base_model: openai/whisper-tiny
|
|
6 |
tags:
|
7 |
- hf-asr-leaderboard
|
8 |
- generated_from_trainer
|
9 |
-
|
10 |
-
-
|
11 |
model-index:
|
12 |
-
- name:
|
13 |
results: []
|
14 |
---
|
15 |
|
16 |
-
|
|
|
17 |
|
18 |
-
|
|
|
|
|
|
|
|
|
|
|
19 |
|
20 |
## Model description
|
21 |
-
The model is inteded for automatic speech recognition in gutural and scream voice. The model was trained on vocals preprocessed using Spleeter source separtion algorithm.
|
22 |
|
23 |
-
|
24 |
-
Check out a demo of the model in my 'Spaces' repository: jpdiazpardo/jpdiazpardo-whisper-tiny-metal
|
25 |
|
26 |
-
|
27 |
-
```python
|
28 |
-
from transformers import WhisperForConditionalGeneration, WhisperProcessor
|
29 |
|
30 |
-
|
31 |
-
processor = WhisperProcessor.from_pretrained("jpdiazpardo/whisper-tiny-metal")
|
32 |
-
```
|
33 |
|
34 |
## Training and evaluation data
|
35 |
-
|
|
|
36 |
|
37 |
## Training procedure
|
38 |
|
@@ -45,11 +46,19 @@ The following hyperparameters were used during training:
|
|
45 |
- seed: 42
|
46 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
47 |
- lr_scheduler_type: linear
|
48 |
-
- lr_scheduler_warmup_steps:
|
49 |
-
- training_steps:
|
50 |
|
51 |
### Training results
|
52 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
53 |
### Framework versions
|
54 |
|
55 |
- Transformers 4.32.0
|
|
|
6 |
tags:
|
7 |
- hf-asr-leaderboard
|
8 |
- generated_from_trainer
|
9 |
+
metrics:
|
10 |
+
- wer
|
11 |
model-index:
|
12 |
+
- name: Whisper Tiny Metal - Juan Pablo Diaz
|
13 |
results: []
|
14 |
---
|
15 |
|
16 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
17 |
+
should probably proofread and complete it, then remove this comment. -->
|
18 |
|
19 |
+
# Whisper Tiny Metal - Juan Pablo Diaz
|
20 |
+
|
21 |
+
This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the Gutural Scream and Metal Vocals dataset.
|
22 |
+
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 1.6780
|
24 |
+
- Wer: 79.9061
|
25 |
|
26 |
## Model description
|
|
|
27 |
|
28 |
+
More information needed
|
|
|
29 |
|
30 |
+
## Intended uses & limitations
|
|
|
|
|
31 |
|
32 |
+
More information needed
|
|
|
|
|
33 |
|
34 |
## Training and evaluation data
|
35 |
+
|
36 |
+
More information needed
|
37 |
|
38 |
## Training procedure
|
39 |
|
|
|
46 |
- seed: 42
|
47 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
48 |
- lr_scheduler_type: linear
|
49 |
+
- lr_scheduler_warmup_steps: 500
|
50 |
+
- training_steps: 4000
|
51 |
|
52 |
### Training results
|
53 |
|
54 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
55 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
56 |
+
| 0.0844 | 9.62 | 1000 | 1.3967 | 104.6055 |
|
57 |
+
| 0.0018 | 19.23 | 2000 | 1.5861 | 93.5465 |
|
58 |
+
| 0.0008 | 28.85 | 3000 | 1.6552 | 78.9381 |
|
59 |
+
| 0.0006 | 38.46 | 4000 | 1.6780 | 79.9061 |
|
60 |
+
|
61 |
+
|
62 |
### Framework versions
|
63 |
|
64 |
- Transformers 4.32.0
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 151099049
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7f1837a920b6246733d9f317b6b27f9cdb6c604823944a028e44df4b0f6a66e2
|
3 |
size 151099049
|