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

stillerman
/
stammer-libristutter-small

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

Instructions to use stillerman/stammer-libristutter-small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use stillerman/stammer-libristutter-small with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="stillerman/stammer-libristutter-small")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
    
    processor = AutoProcessor.from_pretrained("stillerman/stammer-libristutter-small")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("stillerman/stammer-libristutter-small")
  • Notebooks
  • Google Colab
  • Kaggle
stammer-libristutter-small / runs
53.7 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 11 commits
stillerman's picture
stillerman
Training in progress, step 256
e7cd0f5 verified almost 2 years ago
  • Jul24_19-27-54_42f1b3e6cea2
    Training in progress, step 32 almost 2 years ago
  • Jul24_20-11-18_42f1b3e6cea2
    stillerman/stammer-libristutter-small almost 2 years ago
  • Jul25_17-26-38_98b92df804be
    Training in progress, step 64 almost 2 years ago
  • Jul25_17-39-25_98b92df804be
    Training in progress, step 64 almost 2 years ago
  • Jul25_17-45-31_98b92df804be
    Training in progress, step 64 almost 2 years ago
  • Jul25_17-53-19_98b92df804be
    Training in progress, step 256 almost 2 years ago