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_samples

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_samples with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Baselhany/Distilation_Whisper_base_bigger_samples 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_samples")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
    
    processor = AutoProcessor.from_pretrained("Baselhany/Distilation_Whisper_base_bigger_samples")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("Baselhany/Distilation_Whisper_base_bigger_samples")
  • Notebooks
  • Google Colab
  • Kaggle
Distilation_Whisper_base_bigger_samples / runs
Ctrl+K
Ctrl+K
  • 1 contributor
History: 120 commits
Baselhany's picture
Baselhany
Model save
76eb8a4 verified 12 months ago
  • Jun01_09-02-18_42db06166872
    Model save 12 months ago
  • Jun01_16-26-04_918154d7d8db
    Model save 12 months ago
  • Jun02_04-35-50_581b6451c54e
    Model save 12 months ago
  • Jun02_12-22-45_dac183f14f87
    Model save 12 months ago
  • May22_17-53-01_06f614697f9b
    Model save 12 months ago
  • May23_01-22-42_06dbb5c66062
    Model save 12 months ago
  • May23_09-50-45_689e3da280e9
    Model save 12 months ago
  • May23_14-57-26_faa29e88085f
    Model save 12 months ago
  • May24_00-03-05_a12630e87263
    Model save 12 months ago
  • May24_09-16-00_31ff26c3672e
    Model save 12 months ago