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

hadiqa123
/
Urdu_Based_ASR_Model_FYP

Automatic Speech Recognition
Transformers
PyTorch
TensorBoard
whisper
Model card Files Files and versions
xet
Metrics Training metrics Community
1

Instructions to use hadiqa123/Urdu_Based_ASR_Model_FYP with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use hadiqa123/Urdu_Based_ASR_Model_FYP with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="hadiqa123/Urdu_Based_ASR_Model_FYP")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
    
    processor = AutoProcessor.from_pretrained("hadiqa123/Urdu_Based_ASR_Model_FYP")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("hadiqa123/Urdu_Based_ASR_Model_FYP")
  • Notebooks
  • Google Colab
  • Kaggle
Urdu_Based_ASR_Model_FYP / runs
18 kB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 6 commits
hadiqa123's picture
hadiqa123
Training in progress, step 800
24240f4 almost 3 years ago
  • Jul08_09-36-46_b09b8953334b
    Training in progress, step 200 almost 3 years ago
  • Jul08_13-25-29_773658a64735
    Training in progress, step 800 almost 3 years ago