Automatic Speech Recognition
Transformers
PyTorch
whisper
audio
speech
wav2vec2
Eval Results (legacy)
Instructions to use devasheeshG/whisper_medium_fp16_transformers with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use devasheeshG/whisper_medium_fp16_transformers with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="devasheeshG/whisper_medium_fp16_transformers")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("devasheeshG/whisper_medium_fp16_transformers") model = AutoModelForSpeechSeq2Seq.from_pretrained("devasheeshG/whisper_medium_fp16_transformers") - Notebooks
- Google Colab
- Kaggle
Commit History
. 01e919d
updated code 7d5210d
edit ReadMe.md 013bf1c
Update README.md c960644
Update README.md 3d5346d
Update README.md 76f844d
. a19084a
Update config.json fba7d8a
. 5b6ee15
. 531146d
. cc1af93
. f5793d7
. 55dfcbe
. b27f041
. 116860c
. d9ecd5a
. cfaec9e
. b656fa6
added benchmarks fbc6b69
Update README.md 94be451
Update README.md bb45b74
Update README.md 4dcd187
Update README.md 298cce2
Update README.md 1e09b45
Update README.md a97af25
Update README.md f248fdd
Update README.md 896ac08
Update README.md 0dd6b83
added model card 803f441
initial commit 967796b
initial commit 24997e8
DEVASHEESH MISHRA commited on