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

NbAiLab
/
nb-whisper-tiny

Automatic Speech Recognition
Transformers
PyTorch
google-tensorflow TensorFlow
JAX
TensorBoard
ONNX
Safetensors
whisper
audio
asr
hf-asr-leaderboard
Model card Files Files and versions
xet
Metrics Training metrics Community
2

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

  • Libraries
  • Transformers

    How to use NbAiLab/nb-whisper-tiny with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="NbAiLab/nb-whisper-tiny")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
    
    processor = AutoProcessor.from_pretrained("NbAiLab/nb-whisper-tiny")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("NbAiLab/nb-whisper-tiny")
  • Notebooks
  • Google Colab
  • Kaggle
nb-whisper-tiny / predictions /validation_clean_stortinget_no
Ctrl+K
Ctrl+K
  • 2 contributors
History: 1 commit
pere's picture
pere
test submit
e1f27a9 over 2 years ago
  • step_0.md
    125 kB
    test submit over 2 years ago
  • step_10000.md
    124 kB
    test submit over 2 years ago
  • step_15000.md
    123 kB
    test submit over 2 years ago
  • step_20000.md
    124 kB
    test submit over 2 years ago
  • step_25000.md
    124 kB
    test submit over 2 years ago
  • step_30000.md
    124 kB
    test submit over 2 years ago
  • step_35000.md
    124 kB
    test submit over 2 years ago
  • step_40000.md
    125 kB
    test submit over 2 years ago
  • step_45000.md
    124 kB
    test submit over 2 years ago
  • step_49999.md
    132 kB
    test submit over 2 years ago
  • step_5000.md
    124 kB
    test submit over 2 years ago