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

anmol-unitmole
/
streaming-speech-recognition-whisper-encoder-decoder-model

Automatic Speech Recognition
Transformers
ONNX
Transformers.js
English
whisper
speech-recognition
encoder-decoder
webgpu
wasm
browser
rtx-5090
Model card Files Files and versions
xet
Community

Instructions to use anmol-unitmole/streaming-speech-recognition-whisper-encoder-decoder-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use anmol-unitmole/streaming-speech-recognition-whisper-encoder-decoder-model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="anmol-unitmole/streaming-speech-recognition-whisper-encoder-decoder-model")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
    
    processor = AutoProcessor.from_pretrained("anmol-unitmole/streaming-speech-recognition-whisper-encoder-decoder-model")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("anmol-unitmole/streaming-speech-recognition-whisper-encoder-decoder-model", device_map="auto")
  • Transformers.js

    How to use anmol-unitmole/streaming-speech-recognition-whisper-encoder-decoder-model with Transformers.js:

    // npm i @huggingface/transformers
    import { pipeline } from '@huggingface/transformers';
    
    // Allocate pipeline
    const pipe = await pipeline('automatic-speech-recognition', 'anmol-unitmole/streaming-speech-recognition-whisper-encoder-decoder-model');
  • Notebooks
  • Google Colab
  • Kaggle
streaming-speech-recognition-whisper-encoder-decoder-model
576 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
anmol-unitmole's picture
anmol-unitmole
Add visual evaluation evidence to model card
6a35e76 verified 2 days ago
  • images
    Add evaluation dashboard 2 days ago
  • onnx
    Publish Whisper Tiny FP32 browser model 2 days ago
  • .gitattributes
    1.59 kB
    Add evaluation dashboard 2 days ago
  • README.md
    7.49 kB
    Add visual evaluation evidence to model card 2 days ago
  • added_tokens.json
    36.2 kB
    Publish Whisper Tiny FP32 browser model 2 days ago
  • browser_bundle_metadata.json
    620 Bytes
    Publish Whisper Tiny FP32 browser model 2 days ago
  • config.json
    1.33 kB
    Publish Whisper Tiny FP32 browser model 2 days ago
  • generation_config.json
    1.77 kB
    Publish Whisper Tiny FP32 browser model 2 days ago
  • merges.txt
    456 kB
    Publish Whisper Tiny FP32 browser model 2 days ago
  • normalizer.json
    54.4 kB
    Publish Whisper Tiny FP32 browser model 2 days ago
  • preprocessor_config.json
    371 Bytes
    Publish Whisper Tiny FP32 browser model 2 days ago
  • special_tokens_map.json
    2.31 kB
    Publish Whisper Tiny FP32 browser model 2 days ago
  • tokenizer.json
    3.86 MB
    Publish Whisper Tiny FP32 browser model 2 days ago
  • tokenizer_config.json
    296 kB
    Publish Whisper Tiny FP32 browser model 2 days ago
  • vocab.json
    798 kB
    Publish Whisper Tiny FP32 browser model 2 days ago