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

ambind
/
whisper-tiny-pl

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

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

  • Libraries
  • Transformers

    How to use ambind/whisper-tiny-pl with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="ambind/whisper-tiny-pl")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
    
    processor = AutoProcessor.from_pretrained("ambind/whisper-tiny-pl")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("ambind/whisper-tiny-pl")
  • Notebooks
  • Google Colab
  • Kaggle
whisper-tiny-pl / runs
124 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 9 commits
ambind's picture
ambind
End of training
816653a verified over 1 year ago
  • Nov05_10-49-46_38c9da7b177a
    End of training over 1 year ago
  • Nov05_10-54-53_38c9da7b177a
    End of training over 1 year ago
  • Nov05_13-06-13_38c9da7b177a
    End of training over 1 year ago
  • Nov06_17-51-01_ac20190e15c3
    End of training over 1 year ago
  • Nov06_17-55-01_ac20190e15c3
    End of training over 1 year ago
  • Oct26_07-19-58_13bd0a67a3d6
    Training in progress, step 1000 over 1 year ago
  • Oct29_12-52-52_1194f06863bd
    Training in progress, step 100 over 1 year ago
  • Oct29_13-05-53_1194f06863bd
    Training in progress, step 200 over 1 year ago
  • Oct29_13-47-33_1194f06863bd
    Training in progress, step 400 over 1 year ago
  • Oct29_14-26-41_1194f06863bd
    Training in progress, step 500 over 1 year ago