End of training
Browse files
README.md
CHANGED
@@ -9,9 +9,22 @@ tags:
|
|
9 |
- generated_from_trainer
|
10 |
datasets:
|
11 |
- Spanish_english
|
|
|
|
|
12 |
model-index:
|
13 |
- name: Whisper tiny Russian (Trained with Spanish accent)
|
14 |
-
results:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
---
|
16 |
|
17 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -21,13 +34,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
21 |
|
22 |
This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the Spanish English dataset.
|
23 |
It achieves the following results on the evaluation set:
|
24 |
-
-
|
25 |
-
-
|
26 |
-
- eval_runtime: 122.3571
|
27 |
-
- eval_samples_per_second: 3.539
|
28 |
-
- eval_steps_per_second: 3.539
|
29 |
-
- epoch: 0.9728
|
30 |
-
- step: 1000
|
31 |
|
32 |
## Model description
|
33 |
|
@@ -55,6 +63,15 @@ The following hyperparameters were used during training:
|
|
55 |
- lr_scheduler_warmup_steps: 500
|
56 |
- training_steps: 1500
|
57 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
58 |
### Framework versions
|
59 |
|
60 |
- Transformers 4.49.0
|
|
|
9 |
- generated_from_trainer
|
10 |
datasets:
|
11 |
- Spanish_english
|
12 |
+
metrics:
|
13 |
+
- wer
|
14 |
model-index:
|
15 |
- name: Whisper tiny Russian (Trained with Spanish accent)
|
16 |
+
results:
|
17 |
+
- task:
|
18 |
+
name: Automatic Speech Recognition
|
19 |
+
type: automatic-speech-recognition
|
20 |
+
dataset:
|
21 |
+
name: Spanish English
|
22 |
+
type: Spanish_english
|
23 |
+
args: 'config: default, split: test'
|
24 |
+
metrics:
|
25 |
+
- name: Wer
|
26 |
+
type: wer
|
27 |
+
value: 16.29353233830846
|
28 |
---
|
29 |
|
30 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
34 |
|
35 |
This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the Spanish English dataset.
|
36 |
It achieves the following results on the evaluation set:
|
37 |
+
- Loss: 0.2750
|
38 |
+
- Wer: 16.2935
|
|
|
|
|
|
|
|
|
|
|
39 |
|
40 |
## Model description
|
41 |
|
|
|
63 |
- lr_scheduler_warmup_steps: 500
|
64 |
- training_steps: 1500
|
65 |
|
66 |
+
### Training results
|
67 |
+
|
68 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
69 |
+
|:-------------:|:------:|:----:|:---------------:|:-------:|
|
70 |
+
| 0.4622 | 0.4864 | 500 | 0.3288 | 17.9851 |
|
71 |
+
| 0.2832 | 0.9728 | 1000 | 0.2934 | 17.0896 |
|
72 |
+
| 0.1902 | 1.4591 | 1500 | 0.2750 | 16.2935 |
|
73 |
+
|
74 |
+
|
75 |
### Framework versions
|
76 |
|
77 |
- Transformers 4.49.0
|