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

Baselhany
/
Distilation_Whisper_base_bigger_batch_size

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

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

  • Libraries
  • Transformers

    How to use Baselhany/Distilation_Whisper_base_bigger_batch_size with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="Baselhany/Distilation_Whisper_base_bigger_batch_size")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
    
    processor = AutoProcessor.from_pretrained("Baselhany/Distilation_Whisper_base_bigger_batch_size")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("Baselhany/Distilation_Whisper_base_bigger_batch_size")
  • Notebooks
  • Google Colab
  • Kaggle
Distilation_Whisper_base_bigger_batch_size / runs
67.5 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 64 commits
Baselhany's picture
Baselhany
Model save
7def2f3 verified 12 months ago
  • Jun01_09-01-47_a46f3bf825c6
    Model save 12 months ago
  • May22_15-32-22_043d47061872
    Model save 12 months ago
  • May23_01-38-18_03b013aba569
    Model save 12 months ago
  • May31_10-20-36_349a22f725e3
    Model save 12 months ago