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

explorer7
/
whisper-tiny-minds14-en

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

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

  • Libraries
  • Transformers

    How to use explorer7/whisper-tiny-minds14-en with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="explorer7/whisper-tiny-minds14-en")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
    
    processor = AutoProcessor.from_pretrained("explorer7/whisper-tiny-minds14-en")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("explorer7/whisper-tiny-minds14-en")
  • Notebooks
  • Google Colab
  • Kaggle
whisper-tiny-minds14-en / runs
17.6 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
explorer7's picture
explorer7
Training in progress, step 500
06756f1 verified 4 months ago
  • Feb02_14-40-39_9916f2130477
    Training in progress, step 250 4 months ago
  • Feb02_15-05-25_9916f2130477
    Training in progress, step 500 4 months ago