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