Automatic Speech Recognition
Transformers
PyTorch
TensorBoard
Chinese
whisper
hf-asr-leaderboard
Generated from Trainer
Instructions to use guqun/whispertest with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use guqun/whispertest with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="guqun/whispertest")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("guqun/whispertest") model = AutoModelForSpeechSeq2Seq.from_pretrained("guqun/whispertest") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 1eb542bd3530b60ae4f2727dcf2b54695ba1671b10ce254b65c4e797525a121a
- Size of remote file:
- 967 MB
- SHA256:
- 4dea92c64754e73038c42b44bda3b6990d5f77343a820329445d6e7dd3759923
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.