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

NbAiLabBeta
/
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

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

  • Libraries
  • Transformers

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

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="NbAiLabBeta/nb-whisper-tiny")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
    
    processor = AutoProcessor.from_pretrained("NbAiLabBeta/nb-whisper-tiny")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("NbAiLabBeta/nb-whisper-tiny")
  • Notebooks
  • Google Colab
  • Kaggle
nb-whisper-tiny / onnx
429 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 13 commits
pere's picture
pere
Update onnx/vocab.json
8e8df8f over 2 years ago
  • added_tokens.json
    34.6 kB
    Update onnx/added_tokens.json over 2 years ago
  • config.json
    4.5 kB
    Update onnx/config.json over 2 years ago
  • decoder_model.onnx
    198 MB
    xet
    Update onnx/decoder_model.onnx over 2 years ago
  • decoder_with_past_model.onnx
    193 MB
    xet
    Update onnx/decoder_with_past_model.onnx over 2 years ago
  • encoder_model.onnx
    32.9 MB
    xet
    Update onnx/encoder_model.onnx over 2 years ago
  • generation_config.json
    3.79 kB
    Update onnx/generation_config.json over 2 years ago
  • merges.txt
    494 kB
    Update onnx/merges.txt over 2 years ago
  • normalizer.json
    52.7 kB
    Update onnx/normalizer.json over 2 years ago
  • preprocessor_config.json
    339 Bytes
    Update onnx/preprocessor_config.json over 2 years ago
  • special_tokens_map.json
    2.19 kB
    Update onnx/special_tokens_map.json over 2 years ago
  • tokenizer.json
    2.48 MB
    Update onnx/tokenizer.json over 2 years ago
  • tokenizer_config.json
    283 kB
    Update onnx/tokenizer_config.json over 2 years ago
  • vocab.json
    1.04 MB
    Update onnx/vocab.json over 2 years ago