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

bgstud
/
whisper-small-en

Automatic Speech Recognition
Transformers
PyTorch
TensorBoard
whisper
Generated from Trainer
Eval Results (legacy)
Model card Files Files and versions
xet
Metrics Training metrics Community
3

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

  • Libraries
  • Transformers

    How to use bgstud/whisper-small-en with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="bgstud/whisper-small-en")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
    
    processor = AutoProcessor.from_pretrained("bgstud/whisper-small-en")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("bgstud/whisper-small-en")
  • Notebooks
  • Google Colab
  • Kaggle
whisper-small-en
967 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
bgstud's picture
bgstud
Training in progress, step 20
bbdb788 over 3 years ago
  • runs
    Training in progress, step 20 over 3 years ago
  • .gitattributes
    1.48 kB
    initial commit over 3 years ago
  • .gitignore
    13 Bytes
    Training in progress, step 20 over 3 years ago
  • config.json
    1.03 kB
    Training in progress, step 20 over 3 years ago
  • preprocessor_config.json
    185 kB
    Training in progress, step 20 over 3 years ago
  • pytorch_model.bin
    967 MB
    xet
    Training in progress, step 20 over 3 years ago
  • training_args.bin
    3.5 kB
    xet
    Training in progress, step 20 over 3 years ago