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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

Professor
/
whisper-medium-afrispeech

Automatic Speech Recognition
Transformers
Safetensors
English
whisper
african-accented-english
clinical-asr
afrispeech
Eval Results (legacy)
Model card Files Files and versions
xet
Community

Instructions to use Professor/whisper-medium-afrispeech with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Professor/whisper-medium-afrispeech with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="Professor/whisper-medium-afrispeech")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
    
    processor = AutoProcessor.from_pretrained("Professor/whisper-medium-afrispeech")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("Professor/whisper-medium-afrispeech", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
whisper-medium-afrispeech
3.06 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
Professor's picture
Professor
Upload eval_wer_breakdown.csv with huggingface_hub
53207d4 verified 28 days ago
  • .gitattributes
    1.52 kB
    initial commit 28 days ago
  • README.md
    4.41 kB
    Upload README.md with huggingface_hub 28 days ago
  • config.json
    1.25 kB
    Upload WhisperForConditionalGeneration 28 days ago
  • eval_wer_breakdown.csv
    4.09 kB
    Upload eval_wer_breakdown.csv with huggingface_hub 28 days ago
  • generation_config.json
    4.48 kB
    Upload WhisperForConditionalGeneration 28 days ago
  • model.safetensors
    3.06 GB
    xet
    Upload WhisperForConditionalGeneration 28 days ago
  • processor_config.json
    409 Bytes
    Upload processor 28 days ago
  • tokenizer.json
    3.93 MB
    Upload processor 28 days ago
  • tokenizer_config.json
    2.13 kB
    Upload processor 28 days ago