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

danielizham
/
whisper-small-ar

Automatic Speech Recognition
Transformers
PyTorch
Arabic
whisper
asr
Model card Files Files and versions
xet
Community
2

Instructions to use danielizham/whisper-small-ar with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use danielizham/whisper-small-ar with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="danielizham/whisper-small-ar")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
    
    processor = AutoProcessor.from_pretrained("danielizham/whisper-small-ar")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("danielizham/whisper-small-ar", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
whisper-small-ar / wandb
126 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 74 commits
danielizham's picture
danielizham
Training in progress, step 17500
a384a9e about 3 years ago
  • run-20230506_113337-ysywp688
    Training in progress, step 1000 about 3 years ago
  • run-20230507_103405-9zf5xxpu
    Training in progress, step 3000 about 3 years ago
  • run-20230522_132945-qz4vsw4s
    Training in progress, step 1000 about 3 years ago
  • run-20230525_235750-fyg3cg7f
    Training in progress, step 17500 about 3 years ago
  • debug-cli.dizham.log
    0 Bytes
    Training in progress, step 1000 about 3 years ago
  • debug-internal.log
    52 Bytes
    Training in progress, step 250 about 3 years ago
  • debug.log
    43 Bytes
    Training in progress, step 250 about 3 years ago
  • latest-run
    28 Bytes
    Training in progress, step 250 about 3 years ago