Automatic Speech Recognition
Transformers
TensorBoard
Safetensors
Tamil
whisper
Generated from Trainer
Eval Results (legacy)
Instructions to use deepdml/whisper-medium-ta-mix-norm with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use deepdml/whisper-medium-ta-mix-norm with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="deepdml/whisper-medium-ta-mix-norm")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("deepdml/whisper-medium-ta-mix-norm") model = AutoModelForSpeechSeq2Seq.from_pretrained("deepdml/whisper-medium-ta-mix-norm", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -24,7 +24,6 @@ model-index:
|
|
| 24 |
type: wer
|
| 25 |
value: 32.055493295204236
|
| 26 |
---
|
| 27 |
-
|
| 28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 29 |
should probably proofread and complete it, then remove this comment. -->
|
| 30 |
|
|
@@ -79,3 +78,16 @@ The following hyperparameters were used during training:
|
|
| 79 |
- Pytorch 2.3.0+cu121
|
| 80 |
- Datasets 2.19.1
|
| 81 |
- Tokenizers 0.19.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 24 |
type: wer
|
| 25 |
value: 32.055493295204236
|
| 26 |
---
|
|
|
|
| 27 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 28 |
should probably proofread and complete it, then remove this comment. -->
|
| 29 |
|
|
|
|
| 78 |
- Pytorch 2.3.0+cu121
|
| 79 |
- Datasets 2.19.1
|
| 80 |
- Tokenizers 0.19.1
|
| 81 |
+
|
| 82 |
+
## Citation
|
| 83 |
+
|
| 84 |
+
Please cite the model using the following BibTeX entry:
|
| 85 |
+
|
| 86 |
+
```bibtex
|
| 87 |
+
@misc{deepdml/whisper-medium-ta-mix-norm,
|
| 88 |
+
title={Fine-tuned Whisper medium ASR model for speech recognition in Tamil},
|
| 89 |
+
author={Jimenez, David},
|
| 90 |
+
howpublished={\url{https://huggingface.co/deepdml/whisper-medium-ta-mix-norm}},
|
| 91 |
+
year={2026}
|
| 92 |
+
}
|
| 93 |
+
```
|