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

mskov
/
whisper-small-miso

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

Instructions to use mskov/whisper-small-miso with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use mskov/whisper-small-miso with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="mskov/whisper-small-miso")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
    
    processor = AutoProcessor.from_pretrained("mskov/whisper-small-miso")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("mskov/whisper-small-miso")
  • Notebooks
  • Google Colab
  • Kaggle
whisper-small-miso / runs
37.3 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
mskov's picture
mskov
Upload 2 files
996fc6d almost 3 years ago
  • events.out.tfevents.1687297698 (1).pytorch-2-0-0-gpu-p-ml-g4dn-xlarge-7d9ffcd0c70a92aa86c62591f67c
    5.8 kB
    Upload 2 files almost 3 years ago
  • events.out.tfevents.1687297698.pytorch-2-0-0-gpu-p-ml-g4dn-xlarge-7d9ffcd0c70a92aa86c62591f67c
    31.5 kB
    Upload 2 files almost 3 years ago