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
How can i test whisper small cv11 model
#1
by nboulet - opened
Hello ,
How can i test this model bofenghuang/whisper-small-cv11-french ? i try to download pytorch_model.bin and use it with https://github.com/ggerganov/whisper.cpp but the file seems to be not compatible :
whisper_model_load: invalid model data (bad magic)
whisper_init_no_state: failed to load model
[1] 95190 segmentation fault ./stream -m ../models/small_fr_bofenghuang.bin
there is a way to use it with whisper.cpp ?
Hi Bofenghuang,
Thanks for your answer, can i download this script from other place ? i do not have access to
BR
Sorry It was the wrong link. Just update it!