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

breco
/
whisper-tiny-all-audios

Automatic Speech Recognition
Transformers
TensorBoard
Safetensors
Spanish
whisper
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community

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

  • Libraries
  • Transformers

    How to use breco/whisper-tiny-all-audios with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="breco/whisper-tiny-all-audios")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
    
    processor = AutoProcessor.from_pretrained("breco/whisper-tiny-all-audios")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("breco/whisper-tiny-all-audios", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
whisper-tiny-all-audios / runs
41 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 38 commits
breco's picture
breco
Training in progress, step 650
a502247 verified almost 2 years ago
  • Sep06_10-32-24_pop-os
    Training in progress, step 100 almost 2 years ago
  • Sep06_10-56-38_pop-os
    Training in progress, step 25 almost 2 years ago
  • Sep06_13-08-03_pop-os
    Training in progress, step 650 almost 2 years ago