Automatic Speech Recognition
Transformers
TensorBoard
Safetensors
whisper
Generated from Trainer
Eval Results (legacy)
Instructions to use MalikIbrar/whisper-tiny-minds with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use MalikIbrar/whisper-tiny-minds with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="MalikIbrar/whisper-tiny-minds")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("MalikIbrar/whisper-tiny-minds") model = AutoModelForSpeechSeq2Seq.from_pretrained("MalikIbrar/whisper-tiny-minds", device_map="auto") - Notebooks
- Google Colab
- Kaggle
End of training
Browse files
README.md
CHANGED
|
@@ -22,7 +22,7 @@ model-index:
|
|
| 22 |
metrics:
|
| 23 |
- name: Wer
|
| 24 |
type: wer
|
| 25 |
-
value:
|
| 26 |
---
|
| 27 |
|
| 28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
@@ -32,9 +32,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 32 |
|
| 33 |
This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the PolyAI/minds14 dataset.
|
| 34 |
It achieves the following results on the evaluation set:
|
| 35 |
-
- Loss: 0.
|
| 36 |
-
- Wer Ortho:
|
| 37 |
-
- Wer:
|
| 38 |
|
| 39 |
## Model description
|
| 40 |
|
|
@@ -60,14 +60,14 @@ The following hyperparameters were used during training:
|
|
| 60 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 61 |
- lr_scheduler_type: constant_with_warmup
|
| 62 |
- lr_scheduler_warmup_steps: 50
|
| 63 |
-
- training_steps:
|
| 64 |
- mixed_precision_training: Native AMP
|
| 65 |
|
| 66 |
### Training results
|
| 67 |
|
| 68 |
| Training Loss | Epoch | Step | Validation Loss | Wer Ortho | Wer |
|
| 69 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:-------:|
|
| 70 |
-
| 0.
|
| 71 |
|
| 72 |
|
| 73 |
### Framework versions
|
|
|
|
| 22 |
metrics:
|
| 23 |
- name: Wer
|
| 24 |
type: wer
|
| 25 |
+
value: 34.75452196382429
|
| 26 |
---
|
| 27 |
|
| 28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 32 |
|
| 33 |
This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the PolyAI/minds14 dataset.
|
| 34 |
It achieves the following results on the evaluation set:
|
| 35 |
+
- Loss: 0.8213
|
| 36 |
+
- Wer Ortho: 34.7914
|
| 37 |
+
- Wer: 34.7545
|
| 38 |
|
| 39 |
## Model description
|
| 40 |
|
|
|
|
| 60 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 61 |
- lr_scheduler_type: constant_with_warmup
|
| 62 |
- lr_scheduler_warmup_steps: 50
|
| 63 |
+
- training_steps: 800
|
| 64 |
- mixed_precision_training: Native AMP
|
| 65 |
|
| 66 |
### Training results
|
| 67 |
|
| 68 |
| Training Loss | Epoch | Step | Validation Loss | Wer Ortho | Wer |
|
| 69 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:-------:|
|
| 70 |
+
| 0.0 | 17.24 | 500 | 0.8213 | 34.7914 | 34.7545 |
|
| 71 |
|
| 72 |
|
| 73 |
### Framework versions
|
runs/Jan31_13-35-17_280ac53becce/events.out.tfevents.1706708122.280ac53becce.333.3
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:628cd71a309e60b70c590f3ba729f18a317280a113a275e955b5c3840c3a667a
|
| 3 |
+
size 11773
|