Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

Baselhany
/
Graduation_Project_Whisper

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

  • Libraries
  • Transformers

    How to use Baselhany/Graduation_Project_Whisper with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="Baselhany/Graduation_Project_Whisper")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
    
    processor = AutoProcessor.from_pretrained("Baselhany/Graduation_Project_Whisper")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("Baselhany/Graduation_Project_Whisper")
  • Notebooks
  • Google Colab
  • Kaggle
Graduation_Project_Whisper / runs
385 Bytes
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
Baselhany's picture
Baselhany
Training finished
26fd505 verified 11 months ago
  • Jun07_16-58-59_104b68e193c8
    Training finished 11 months ago