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-beta

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

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

  • Libraries
  • Transformers

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

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="NbAiLab/nb-whisper-tiny-beta")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
    
    processor = AutoProcessor.from_pretrained("NbAiLab/nb-whisper-tiny-beta")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("NbAiLab/nb-whisper-tiny-beta")
  • Notebooks
  • Google Colab
  • Kaggle
nb-whisper-tiny-beta / onnx
428 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
pere's picture
pere
Uploaded beta
093cddd almost 3 years ago
  • added_tokens.json
    34.6 kB
    Uploaded beta almost 3 years ago
  • config.json
    2.27 kB
    Uploaded beta almost 3 years ago
  • decoder_model.onnx
    198 MB
    xet
    Uploaded beta almost 3 years ago
  • decoder_with_past_model.onnx
    193 MB
    xet
    Uploaded beta almost 3 years ago
  • encoder_model.onnx
    32.9 MB
    xet
    Uploaded beta almost 3 years ago
  • generation_config.json
    1.27 kB
    Uploaded beta almost 3 years ago
  • merges.txt
    494 kB
    Uploaded beta almost 3 years ago
  • normalizer.json
    52.7 kB
    Uploaded beta almost 3 years ago
  • preprocessor_config.json
    339 Bytes
    Uploaded beta almost 3 years ago
  • special_tokens_map.json
    2.08 kB
    Uploaded beta almost 3 years ago
  • tokenizer.json
    2.48 MB
    Uploaded beta almost 3 years ago
  • tokenizer_config.json
    852 Bytes
    Uploaded beta almost 3 years ago
  • vocab.json
    1.04 MB
    Uploaded beta almost 3 years ago