Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

mohammed
/
quantized-whisper-small

Automatic Speech Recognition
Transformers
ONNX
whisper
Model card Files Files and versions
xet
Community

Instructions to use mohammed/quantized-whisper-small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use mohammed/quantized-whisper-small with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="mohammed/quantized-whisper-small")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
    
    processor = AutoProcessor.from_pretrained("mohammed/quantized-whisper-small")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("mohammed/quantized-whisper-small")
  • Notebooks
  • Google Colab
  • Kaggle
quantized-whisper-small
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
mohammed's picture
mohammed
Update README.md
e14fb0d verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    3.72 kB
    Update README.md over 1 year ago
  • added_tokens.json
    34.6 kB
    Upload AutomaticSpeechRecognitionPipeline over 1 year ago
  • config.json
    2.25 kB
    Upload AutomaticSpeechRecognitionPipeline over 1 year ago
  • decoder_model_quantized.onnx
    195 MB
    xet
    Upload AutomaticSpeechRecognitionPipeline over 1 year ago
  • decoder_with_past_model_quantized.onnx
    180 MB
    xet
    Upload AutomaticSpeechRecognitionPipeline over 1 year ago
  • encoder_model_quantized.onnx
    98.1 MB
    xet
    Upload AutomaticSpeechRecognitionPipeline over 1 year ago
  • generation_config.json
    1.25 kB
    Upload AutomaticSpeechRecognitionPipeline over 1 year ago
  • merges.txt
    494 kB
    Upload AutomaticSpeechRecognitionPipeline over 1 year ago
  • normalizer.json
    52.7 kB
    Upload AutomaticSpeechRecognitionPipeline over 1 year ago
  • preprocessor_config.json
    339 Bytes
    Upload AutomaticSpeechRecognitionPipeline over 1 year ago
  • special_tokens_map.json
    2.19 kB
    Upload AutomaticSpeechRecognitionPipeline over 1 year ago
  • tokenizer.json
    2.48 MB
    Upload AutomaticSpeechRecognitionPipeline over 1 year ago
  • tokenizer_config.json
    283 kB
    Upload AutomaticSpeechRecognitionPipeline over 1 year ago
  • vocab.json
    836 kB
    Upload AutomaticSpeechRecognitionPipeline over 1 year ago