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

MartinRedWhite
/
whisper-tiny-minds14

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 MartinRedWhite/whisper-tiny-minds14 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use MartinRedWhite/whisper-tiny-minds14 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="MartinRedWhite/whisper-tiny-minds14")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
    
    processor = AutoProcessor.from_pretrained("MartinRedWhite/whisper-tiny-minds14")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("MartinRedWhite/whisper-tiny-minds14")
  • Notebooks
  • Google Colab
  • Kaggle
whisper-tiny-minds14 / runs
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
MartinRedWhite's picture
MartinRedWhite
End of training
da1ca85 verified about 1 year ago
  • Mar22_18-04-47_2bfd3c3cba0b
    Training in progress, step 500 about 1 year ago
  • Mar22_19-15-16_6754339b9bc2
    Training in progress, step 2000 about 1 year ago
  • Mar23_15-16-25_e8336f4a552a
    End of training about 1 year ago
  • Mar23_19-02-20_e8336f4a552a
    End of training about 1 year ago