Model save
Browse files
README.md
CHANGED
@@ -4,6 +4,8 @@ license: apache-2.0
|
|
4 |
base_model: openai/whisper-medium
|
5 |
tags:
|
6 |
- generated_from_trainer
|
|
|
|
|
7 |
model-index:
|
8 |
- name: Egy_ASR_Whisper
|
9 |
results: []
|
@@ -16,13 +18,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
This model is a fine-tuned version of [openai/whisper-medium](https://huggingface.co/openai/whisper-medium) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
-
|
20 |
-
-
|
21 |
-
- eval_runtime: 225.4852
|
22 |
-
- eval_samples_per_second: 0.514
|
23 |
-
- eval_steps_per_second: 0.067
|
24 |
-
- epoch: 0
|
25 |
-
- step: 0
|
26 |
|
27 |
## Model description
|
28 |
|
@@ -53,6 +50,13 @@ The following hyperparameters were used during training:
|
|
53 |
- num_epochs: 1
|
54 |
- mixed_precision_training: Native AMP
|
55 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
56 |
### Framework versions
|
57 |
|
58 |
- Transformers 4.52.1
|
|
|
4 |
base_model: openai/whisper-medium
|
5 |
tags:
|
6 |
- generated_from_trainer
|
7 |
+
metrics:
|
8 |
+
- wer
|
9 |
model-index:
|
10 |
- name: Egy_ASR_Whisper
|
11 |
results: []
|
|
|
18 |
|
19 |
This model is a fine-tuned version of [openai/whisper-medium](https://huggingface.co/openai/whisper-medium) on an unknown dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 3.3081
|
22 |
+
- Wer: 1.2070
|
|
|
|
|
|
|
|
|
|
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
50 |
- num_epochs: 1
|
51 |
- mixed_precision_training: Native AMP
|
52 |
|
53 |
+
### Training results
|
54 |
+
|
55 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
56 |
+
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
57 |
+
| No log | 0.8 | 20 | 3.4324 | 1.4307 |
|
58 |
+
|
59 |
+
|
60 |
### Framework versions
|
61 |
|
62 |
- Transformers 4.52.1
|