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
      • Hardware
      • 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", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
nb-whisper-tiny-beta
1.12 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
pere's picture
pere
changes to repo
405494e about 3 years ago
  • onnx
    Uploaded beta about 3 years ago
  • .gitattributes
    1.52 kB
    initial commit about 3 years ago
  • README.md
    10.6 kB
    Uploaded beta about 3 years ago
  • added_tokens.json
    34.6 kB
    Uploaded beta about 3 years ago
  • config.json
    2.25 kB
    Uploaded beta about 3 years ago
  • export_models.sh
    1.35 kB
    Uploaded beta about 3 years ago
  • flax_model.msgpack
    151 MB
    xet
    Uploaded beta about 3 years ago
  • generation_config.json
    3.54 kB
    changes to repo about 3 years ago
  • ggml-model.bin
    77.7 MB
    xet
    Uploaded beta about 3 years ago
  • merges.txt
    494 kB
    Uploaded beta about 3 years ago
  • model.safetensors
    151 MB
    xet
    Uploaded beta about 3 years ago
  • normalizer.json
    52.7 kB
    Uploaded beta about 3 years ago
  • preprocessor_config.json
    339 Bytes
    Uploaded beta about 3 years ago
  • pytorch_model.bin
    151 MB
    xet
    Uploaded beta about 3 years ago
  • special_tokens_map.json
    2.08 kB
    Uploaded beta about 3 years ago
  • test_results.json
    362 Bytes
    Uploaded beta about 3 years ago
  • tf_model.h5
    151 MB
    xet
    Uploaded beta about 3 years ago
  • tokenizer.json
    2.48 MB
    changes to repo about 3 years ago
  • tokenizer_config.json
    822 Bytes
    Uploaded beta about 3 years ago
  • training_state.bin
    22.3 kB
    xet
    Uploaded beta about 3 years ago
  • training_tokenizer-merges.txt
    494 kB
    Uploaded beta about 3 years ago
  • training_tokenizer-vocab.json
    836 kB
    Uploaded beta about 3 years ago
  • vocab.json
    836 kB
    Uploaded beta about 3 years ago