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

abdullah090809
/
whisper-medium-ur

Automatic Speech Recognition
Transformers
TensorBoard
Safetensors
Urdu
whisper
Generated from Trainer
Eval Results (legacy)
Model card Files Files and versions
xet
Metrics Training metrics Community

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

  • Libraries
  • Transformers

    How to use abdullah090809/whisper-medium-ur with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="abdullah090809/whisper-medium-ur")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
    
    processor = AutoProcessor.from_pretrained("abdullah090809/whisper-medium-ur")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("abdullah090809/whisper-medium-ur", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
whisper-medium-ur / runs
29.8 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
Muhammad Abdullah
Training in progress, step 1800
80a4d5b verified over 1 year ago
  • Feb26_07-52-44_bfa49fad744a
    Training in progress, step 1500 over 1 year ago
  • Mar02_05-52-16_07e41f1b8b67
    Training in progress, step 1800 over 1 year ago