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