Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

bofenghuang
/
whisper-small-cv11-french

Automatic Speech Recognition
Transformers
PyTorch
TensorBoard
French
whisper
hf-asr-leaderboard
whisper-event
Eval Results (legacy)
Model card Files Files and versions
xet
Metrics Training metrics Community
6

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
whisper-small-cv11-french
978 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model
194c81c almost 3 years ago
  • results_african_accented_french_beam5
    Initial commit over 3 years ago
  • results_african_accented_french_greedy
    Initial commit over 3 years ago
  • results_cv11_beam5
    Initial commit over 3 years ago
  • results_cv11_greedy
    Initial commit over 3 years ago
  • results_fleurs_beam5
    Initial commit over 3 years ago
  • results_fleurs_greedy
    Initial commit over 3 years ago
  • results_mls_beam5
    Initial commit over 3 years ago
  • results_mls_greedy
    Initial commit over 3 years ago
  • results_voxpopuli_beam5
    Initial commit over 3 years ago
  • results_voxpopuli_greedy
    Initial commit over 3 years ago
  • runs
    up over 3 years ago
  • .gitattributes
    1.48 kB
    initial commit over 3 years ago
  • .gitignore
    100 Bytes
    Initial commit over 3 years ago
  • README.md
    7.89 kB
    up over 3 years ago
  • added_tokens.json
    2.11 kB
    Initial commit over 3 years ago
  • config.json
    1.01 kB
    Initial commit over 3 years ago
  • merges.txt
    494 kB
    Initial commit over 3 years ago
  • model.safetensors
    484 MB
    xet
    Adding `safetensors` variant of this model almost 3 years ago
  • preprocessor_config.json
    185 kB
    Initial commit over 3 years ago
  • pytorch_model.bin
    484 MB
    xet
    Initial commit over 3 years ago
  • special_tokens_map.json
    2.06 kB
    Initial commit over 3 years ago
  • tokenizer_config.json
    829 Bytes
    Initial commit over 3 years ago
  • vocab.json
    1.04 MB
    Initial commit over 3 years ago