Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

MariaK
/
whisper-tiny-minds

Automatic Speech Recognition
Transformers
PyTorch
TensorBoard
whisper
Model card Files Files and versions
xet
Metrics Training metrics Community
1

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

  • Libraries
  • Transformers

    How to use MariaK/whisper-tiny-minds with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="MariaK/whisper-tiny-minds")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
    
    processor = AutoProcessor.from_pretrained("MariaK/whisper-tiny-minds")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("MariaK/whisper-tiny-minds")
  • Notebooks
  • Google Colab
  • Kaggle
whisper-tiny-minds / runs
28.9 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
MariaK's picture
MariaK
Training in progress, step 1000
559f24b almost 3 years ago
  • Jun25_14-14-55_0fdc3465f9c8
    Training in progress, step 100 almost 3 years ago
  • Jun25_14-35-08_0fdc3465f9c8
    Training in progress, step 1000 almost 3 years ago