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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

Muhammadidrees
/
Jaywhisper-small

Automatic Speech Recognition
Transformers
Safetensors
whisper
Model card Files Files and versions
xet
Community

Instructions to use Muhammadidrees/Jaywhisper-small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Muhammadidrees/Jaywhisper-small with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="Muhammadidrees/Jaywhisper-small")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
    
    processor = AutoProcessor.from_pretrained("Muhammadidrees/Jaywhisper-small")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("Muhammadidrees/Jaywhisper-small", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
Jaywhisper-small / models--openai--whisper-small
1.94 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
Muhammadidrees's picture
Muhammadidrees
Full Whisper-small model with all weights
89a7110 verified 10 months ago
  • .no_exist
    Full Whisper-small model with all weights 10 months ago
  • blobs
    Full Whisper-small model with all weights 10 months ago
  • refs
    Full Whisper-small model with all weights 10 months ago
  • snapshots
    Full Whisper-small model with all weights 10 months ago