Automatic Speech Recognition
Transformers
TensorBoard
Safetensors
Chinese
whisper
Generated from Trainer
Instructions to use HuangJordan/whisper-tiny-chinese-cer with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use HuangJordan/whisper-tiny-chinese-cer with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="HuangJordan/whisper-tiny-chinese-cer")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("HuangJordan/whisper-tiny-chinese-cer") model = AutoModelForSpeechSeq2Seq.from_pretrained("HuangJordan/whisper-tiny-chinese-cer") - Notebooks
- Google Colab
- Kaggle
- Downloads last month
- 3
Model tree for HuangJordan/whisper-tiny-chinese-cer
Base model
openai/whisper-tiny