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

TieIncred
/
whisper-tiny-enUS

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

Instructions to use TieIncred/whisper-tiny-enUS with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use TieIncred/whisper-tiny-enUS with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="TieIncred/whisper-tiny-enUS")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
    
    processor = AutoProcessor.from_pretrained("TieIncred/whisper-tiny-enUS")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("TieIncred/whisper-tiny-enUS", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
whisper-tiny-enUS / runs
176 kB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 34 commits
TieIncred's picture
TieIncred
End of training
b8ff428 about 3 years ago
  • Aug05_07-43-18_pixisubuntu20
    Training in progress, step 500 about 3 years ago
  • Aug05_07-47-30_pixisubuntu20
    Training in progress, step 500 about 3 years ago
  • Aug18_07-47-46_pixisubuntu20
    Training in progress, step 500 about 3 years ago
  • Aug25_11-52-59_pixisubuntu20
    Training in progress, step 500 about 3 years ago
  • Aug25_11-56-22_pixisubuntu20
    End of training about 3 years ago
  • Aug25_12-29-46_pixisubuntu20
    End of training about 3 years ago
  • Jul23_22-05-35_pixisubuntu20
    Training in progress, step 500 about 3 years ago
  • Jul23_23-27-05_pixisubuntu20
    End of training about 3 years ago
  • Jul23_23-41-32_pixisubuntu20
    Training in progress, step 500 about 3 years ago
  • Jul24_07-26-07_pixisubuntu20
    End of training about 3 years ago