Automatic Speech Recognition
Transformers
PyTorch
TensorBoard
French
whisper
hf-asr-leaderboard
whisper-event
Eval Results (legacy)
Instructions to use bofenghuang/whisper-small-cv11-french with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use bofenghuang/whisper-small-cv11-french with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="bofenghuang/whisper-small-cv11-french")# Load model directly from transformers import AutoProcessor, AutoModelForMultimodalLM processor = AutoProcessor.from_pretrained("bofenghuang/whisper-small-cv11-french") model = AutoModelForMultimodalLM.from_pretrained("bofenghuang/whisper-small-cv11-french") - Notebooks
- Google Colab
- Kaggle
Not multilingual support
#6 opened over 1 year ago
by
snghbeer
Adding `safetensors` variant of this model
#5 opened about 2 years ago
by
SFconvertbot
How to use whisper-small-cv11-french without training it?
3
#4 opened about 2 years ago
by
slain62
Librarian Bot: Add base_model information to model
#3 opened almost 3 years ago
by
librarian-bot
Adding `safetensors` variant of this model
#2 opened almost 3 years ago
by
SFconvertbot
How can i test whisper small cv11 model
3
#1 opened almost 3 years ago
by
nboulet