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

  • Log In
  • Sign Up

Baselhany
/
Graduation_Project_Whisper_base_segment

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

  • Libraries
  • Transformers

    How to use Baselhany/Graduation_Project_Whisper_base_segment with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="Baselhany/Graduation_Project_Whisper_base_segment")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
    
    processor = AutoProcessor.from_pretrained("Baselhany/Graduation_Project_Whisper_base_segment")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("Baselhany/Graduation_Project_Whisper_base_segment")
  • Notebooks
  • Google Colab
  • Kaggle
Graduation_Project_Whisper_base_segment / runs
Ctrl+K
Ctrl+K
  • 1 contributor
History: 130 commits
Baselhany's picture
Baselhany
Segementation
5441b11 verified about 1 year ago
  • Apr28_09-40-26_9688a5d0ff89
    Segementation about 1 year ago
  • Apr29_01-54-22_29ee97617b26
    Segementation about 1 year ago
  • Apr29_14-22-05_f769b11321c3
    Segementation about 1 year ago
  • Apr30_01-51-02_8a9aa289be49
    Segementation about 1 year ago
  • Apr30_15-29-26_5964ff3fd4d9
    Segementation about 1 year ago