update model card README.md
Browse files
README.md
CHANGED
@@ -16,13 +16,13 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
This model is a fine-tuned version of [openai/whisper-base](https://huggingface.co/openai/whisper-base) on the 10th_science_tamil_to_english dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- eval_loss: 4.
|
20 |
-
- eval_wer:
|
21 |
-
- eval_runtime:
|
22 |
-
- eval_samples_per_second:
|
23 |
-
- eval_steps_per_second: 0.
|
24 |
-
- epoch:
|
25 |
-
- step:
|
26 |
|
27 |
## Model description
|
28 |
|
@@ -49,7 +49,7 @@ The following hyperparameters were used during training:
|
|
49 |
- total_train_batch_size: 64
|
50 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
51 |
- lr_scheduler_type: linear
|
52 |
-
- lr_scheduler_warmup_steps:
|
53 |
- training_steps: 5000
|
54 |
- mixed_precision_training: Native AMP
|
55 |
|
|
|
16 |
|
17 |
This model is a fine-tuned version of [openai/whisper-base](https://huggingface.co/openai/whisper-base) on the 10th_science_tamil_to_english dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- eval_loss: 4.1847
|
20 |
+
- eval_wer: 175.7103
|
21 |
+
- eval_runtime: 219.4087
|
22 |
+
- eval_samples_per_second: 1.768
|
23 |
+
- eval_steps_per_second: 0.114
|
24 |
+
- epoch: 7.01
|
25 |
+
- step: 4500
|
26 |
|
27 |
## Model description
|
28 |
|
|
|
49 |
- total_train_batch_size: 64
|
50 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
51 |
- lr_scheduler_type: linear
|
52 |
+
- lr_scheduler_warmup_steps: 500
|
53 |
- training_steps: 5000
|
54 |
- mixed_precision_training: Native AMP
|
55 |
|