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