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

evageon
/
whisper-tiny-ar

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

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

  • Libraries
  • Transformers

    How to use evageon/whisper-tiny-ar with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="evageon/whisper-tiny-ar")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
    
    processor = AutoProcessor.from_pretrained("evageon/whisper-tiny-ar")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("evageon/whisper-tiny-ar")
  • Notebooks
  • Google Colab
  • Kaggle
whisper-tiny-ar / runs
170 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
evageon's picture
evageon
End of training
ade109b over 3 years ago
  • Dec08_15-40-39_150-136-95-73
    Training in progress, step 1000 over 3 years ago
  • Dec08_15-51-03_150-136-95-73
    Training in progress, step 1000 over 3 years ago
  • Dec08_16-20-34_150-136-95-73
    Training in progress, step 1000 over 3 years ago
  • Dec08_16-58-28_150-136-95-73
    Training in progress, step 1000 over 3 years ago
  • Dec08_17-44-31_150-136-95-73
    Training in progress, step 1000 over 3 years ago
  • Dec08_18-22-20_144-24-102-181
    End of training over 3 years ago
  • Dec08_18-29-56_144-24-102-181
    End of training over 3 years ago
  • Dec08_18-32-39_144-24-102-181
    End of training over 3 years ago
  • Dec08_18-33-44_144-24-102-181
    End of training over 3 years ago
  • Dec08_18-40-45_144-24-102-181
    End of training over 3 years ago
  • Dec08_18-44-02_144-24-102-181
    End of training over 3 years ago
  • Dec08_19-09-27_150-136-95-73
    Training in progress, step 2000 over 3 years ago
  • Dec08_19-13-40_144-24-102-181
    End of training over 3 years ago