End of training
Browse files
README.md
CHANGED
@@ -11,19 +11,19 @@ datasets:
|
|
11 |
metrics:
|
12 |
- wer
|
13 |
model-index:
|
14 |
-
- name: Whisper-large-v3-spanish-transcription
|
15 |
results: []
|
16 |
---
|
17 |
|
18 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
19 |
should probably proofread and complete it, then remove this comment. -->
|
20 |
|
21 |
-
# Whisper-large-v3-spanish-transcription
|
22 |
|
23 |
This model is a fine-tuned version of [openai/whisper-large-v3](https://huggingface.co/openai/whisper-large-v3) on the covost2 dataset.
|
24 |
It achieves the following results on the evaluation set:
|
25 |
-
- Loss: 0.
|
26 |
-
- Wer: 9.
|
27 |
|
28 |
## Model description
|
29 |
|
@@ -44,7 +44,7 @@ More information needed
|
|
44 |
The following hyperparameters were used during training:
|
45 |
- learning_rate: 1e-05
|
46 |
- train_batch_size: 16
|
47 |
-
- eval_batch_size:
|
48 |
- seed: 42
|
49 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
50 |
- lr_scheduler_type: linear
|
@@ -56,7 +56,7 @@ The following hyperparameters were used during training:
|
|
56 |
|
57 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
58 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
59 |
-
| 0.
|
60 |
|
61 |
|
62 |
### Framework versions
|
|
|
11 |
metrics:
|
12 |
- wer
|
13 |
model-index:
|
14 |
+
- name: Whisper-large-v3-spanish-transcription-v2
|
15 |
results: []
|
16 |
---
|
17 |
|
18 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
19 |
should probably proofread and complete it, then remove this comment. -->
|
20 |
|
21 |
+
# Whisper-large-v3-spanish-transcription-v2
|
22 |
|
23 |
This model is a fine-tuned version of [openai/whisper-large-v3](https://huggingface.co/openai/whisper-large-v3) on the covost2 dataset.
|
24 |
It achieves the following results on the evaluation set:
|
25 |
+
- Loss: 0.1302
|
26 |
+
- Wer: 9.3640
|
27 |
|
28 |
## Model description
|
29 |
|
|
|
44 |
The following hyperparameters were used during training:
|
45 |
- learning_rate: 1e-05
|
46 |
- train_batch_size: 16
|
47 |
+
- eval_batch_size: 8
|
48 |
- seed: 42
|
49 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
50 |
- lr_scheduler_type: linear
|
|
|
56 |
|
57 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
58 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
59 |
+
| 0.113 | 1.0 | 4939 | 0.1302 | 9.3640 |
|
60 |
|
61 |
|
62 |
### Framework versions
|