Automatic Speech Recognition
Transformers
Safetensors
whisper
Generated from Trainer
Eval Results (legacy)
Instructions to use razhan/whisper-base-glk with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use razhan/whisper-base-glk with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="razhan/whisper-base-glk")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("razhan/whisper-base-glk") model = AutoModelForSpeechSeq2Seq.from_pretrained("razhan/whisper-base-glk", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
d26f8fa | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:1dcf4862c6b5b80ff9b57b38c23d107adf0c8b14e0ef42fd1fc934582cbf60d0
size 5496
|